Document-Oriented (MongoDB)
NoSQL, document-oriented database
Uses BSON structure (similar to JSON)
Very scalable (horizontal scaling is easier to do compared to relational DB)
Might be useful for some cases when your data is unstructured.
Last updated