Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

MongoDB - NoSQL Document Store Database

  • Share this:
post-title
MongoDB (from "humongous") is a scalable, high-performance, open source, dynamic-schema, document-oriented database. MongoDB bridges the gap between key-value stores (which are fast and highly scalable) and traditional RDBMS systems. MongoDB runs well on Amazon EC2. MongoDB uses BSON as the data storage and network transfer format for "documents". BSON is a binary encoded serialization of JSON-like documents. MongoDB could be accessed from programming language C, C++, Java, PHP, Python and Ruby.

It supports:
  • DBA operations from the shell
  • Sharding
  • Replication
  • Security
  • Backup
  • Database Profiler
  • Full Text Search
https://www.mongodb.com/
https://github.com/mongodb/mongo
License:
Tech: