All:
I am pretty new to NoSQL. I read some of docs from cassandra and mongoDB, but this make me feel more confused, could someone give some comparison(or list) about the similar fundamental terminology(concept) in them side by side?
Right now the first thing confused me is:
Keyspace, columns families, Row in Cassandra
VS
db, collections, document in MongoDB
Thanks