conveyal / analysis-backend

Server component of Conveyal Analysis
http://conveyal.com/analysis
MIT License
23 stars 12 forks source link

Update MongoDB Driver to 3.8+ #100

Closed trevorgerhardt closed 5 years ago

trevorgerhardt commented 6 years ago

The new MongoDB driver has added additional support for remote connecting to a database which would appear to allow us to use MongoDB's Atlas and Compass to automate hosting and backup of our staging and production databases and get a slick UI for managing our production db.

Also, one less reason to ssh into production.

It appears possible to update to v3.8.2 with minimal changes.