-
Notifications
You must be signed in to change notification settings - Fork 3
Database (Mongo)
Naman Sharma edited this page Jun 11, 2019
·
11 revisions
We use MongoDB for our database solution. It is a NoSQL, schema-less document DB ideal for working with large data sources, with no defined schema.
- Primary Cluster is setup through MongoDB's cloud database service Atlas. For the purposes of the proof-of-concept app, the M30 cluster is chosen.
- mongo_setup.py is the one-time setup requirement to instantiate all collections. It calls the subprocess mongo_import.sh for the initial upload.