Difference Between NoSQL and MongoDB (Lithmee)

Highlights
- MongoDB is a type of NoSQL. (View Highlight)
- There are several types of NoSQL databases. Document databases are using for dynamic data. Such databases are MongoDB and Couch DB. In these databases, data is stored in the form of JavaScript Object Notation (JSON) format. (View Highlight)
- Another type is Column databases. An example would be Apache Cassandra. In relational databases, the data is read and write row vise. But in column databases, the data reading and writing is done column-wise. This is useful for data analytics. (View Highlight)