MongoDB

NoSQL Document Database, port: 27017

MongoDB is a cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas. It is a document database with the scalability and flexibility that you want with the querying and indexing that you need.

The document model maps to the objects in your application code, making data easy to work with.

Last updated

Was this helpful?