+1 vote
in MongoDB by

What are the different types of NoSQL databases in MongoDB? Give some examples.

1 Answer

0 votes
by

There are mainly 4 types of NoSQL databases:

  1. Document store types ( MongoDB and CouchDB)
  2. Key-Value store types ( Redis and Volgemort)
  3. Column store types ( Cassandra)
  4. Graph store types ( Neo4j and Giraph)
...