Before delving into how MongoDB and Cassandra are different, let's document what they have in common. They're both databases, obviously. More importantly, they are both examples of NoSQL databases.
In the last Mongo Matters column, we looked at MongoDB’s new SQL interface for querying data in MongoDB Atlas. Almost all of the “NoSQL” databases today support some form of SQL interface in order to ...