Currently the model directory is stored in a local json file. To make it easier to take ragstar to production, we should add the ability to use a database as a backend - I haven't yet made my mind up whether this should be a sql or no-sql backend.
What would we like to store in this db?
Project directory created by DbtProject.parse(). At first thought, a no-sql db might be the easiest transition since we're using a json file at the moment but not sure if that'll come back to bite us in the long run.
Currently the model directory is stored in a local json file. To make it easier to take ragstar to production, we should add the ability to use a database as a backend - I haven't yet made my mind up whether this should be a sql or no-sql backend.
What would we like to store in this db?
DbtProject.parse()
. At first thought, a no-sql db might be the easiest transition since we're using a json file at the moment but not sure if that'll come back to bite us in the long run.