For the complete documentation index, see llms.txt. This page is also available as Markdown.

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