Difference between cassandra and mongodb. Below is the comparative study between Cassandra and MongoDB.
| CASSANDRA | MONGODB |
| Written in Java. | Written in C++. |
| It is a NoSQL Database or a non relational database. | It is also a NoSQL Database or a non relational database. |
| It is a distributed database system | MongoDB is a document oriented database server. |
| Got license by Apache. | Got license by AGPL and drivers by Apache.
|
| Provides high scalability and high performance. | It also provides high scalability and high performance. |
| Provides high availability with no single point of failure. | Easy to administer in the case of failure. |
| It is easy to manage at scale.
|
It is known for an easy out-of-the-box experience. |
| Stores data in tabular form like SQL format. | Stores and retrieve data in other than tabular relations model. |
| Used to handle large amounts of data across many commodity servers. | Used to store big data and real-time web applications easier and faster. |