Hey! I have a project where I need to generate datasets that are not stored as flat files. I can use a CLI interface to generate them off of others and the same CLI to check when datasets were last modified. I think I want to use automake to describe the relationships between datasets, and detect when an upstream dataset has been generated to update the downstream ones.
Would make be a good fit for that? or is it too-closely tied to just dealing with files? Thanks! Conrad