Since the database info needs to be accessed from the pipeline, the web server, and potentially other sources, it's best if we switch to a database server (as opposed to a SQLite instance contained within the web app).
We need to evaluate which database product best fits our need. If SQL, Postgres is probably the best option. If not, something else (Rethnink? Mongo?)
Since the database info needs to be accessed from the pipeline, the web server, and potentially other sources, it's best if we switch to a database server (as opposed to a SQLite instance contained within the web app).
We need to evaluate which database product best fits our need. If SQL, Postgres is probably the best option. If not, something else (Rethnink? Mongo?)