|
|
|
|
|
by Someone1234
4025 days ago
|
|
There are a lot of different kinds of NoSQL databases, and they have different usage scenarios. For example a key/value store like Cassandra is very different from a schemaless hierarchical structure found within MongoDB. They're both NoSQL, but extremely different from one another. I'd only suggest you study the different options so you'll know if a specific NoSQL (or SQL) database solution is a good fit for your projects. |
|