> For the complete documentation index, see [llms.txt](https://note.levelcode.org/software-engineering-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://note.levelcode.org/software-engineering-notes/database/document-oriented-mongodb.md).

# 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.
