+1 vote
in Neo4j by
When should I use MongoDB?

1 Answer

0 votes
by

NoSQL databases like MongoDB are a good choice when your data is document-centric and doesn’t fit well into the schema of a relational database, when you need to accommodate massive scale, when you are rapidly prototyping, and a few other use cases.

...