Hacker News new | ask | show | jobs
by taligent 4992 days ago
MongoDB is a JSON document store. Almost all other NoSQL are key/value type stores.

If you have a use case that centres around storing document style data then MongoDB will be better suited.

1 comments

not to be persnickety but its a BSON document store. Theres a difference.