Skip to content

Database (Mongo)

Naman Sharma edited this page Jun 11, 2019 · 11 revisions

Description

We use MongoDB for our database solution. It is a NoSQL, schema-less document db ideal for projects of large size.

Setup

  1. 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.
  2. https://github.com/kfrankc/thenextbestbook/tree/master/thenextbestbook/etl/data/mongo_import.sh

Clone this wiki locally