+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)

Related questions

0 votes
asked Feb 3, 2020 in Cassandra by rajeshsharma
0 votes
asked Jun 17, 2020 in MongoDB by AdilsonLima
...