yerkesobservatory / atlas

A web interface for remote operation of telescopes
GNU General Public License v3.0
0 stars 2 forks source link

Switching to database server #20

Closed rprechelt closed 7 years ago

rprechelt commented 7 years ago

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?)

rprechelt commented 7 years ago

Switched to Postgres running on sirius!