Difference between revisions of "MongoDB"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
− | Classified as a [[NoSQL]] database, MongoDB avoids the traditional table-based [[relational database]] structure in favor of [[JSON]]-like documents with dynamic schemas ( | + | Classified as a [[NoSQL]] database, MongoDB avoids the traditional table-based [[relational database]] structure in favor of [[JSON]]-like documents with dynamic schemas (it calls the format [[BSON]]), making the integration of data in certain types of applications easier and faster. |
MongoDB is developed by MongoDB Inc., and is published under a combination of the GNU Affero General Public License and the [[Apache License]]. | MongoDB is developed by MongoDB Inc., and is published under a combination of the GNU Affero General Public License and the [[Apache License]]. | ||
Line 9: | Line 9: | ||
== See also == | == See also == | ||
+ | * [[BSON]] | ||
* [[Document-oriented database]] | * [[Document-oriented database]] | ||
* [[NoSQL]] | * [[NoSQL]] |
Revision as of 11:59, 6 February 2018
MongoDB (from humongous) is a free and open-source cross-platform document-oriented database.
Description
Classified as a NoSQL database, MongoDB avoids the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas (it calls the format BSON), making the integration of data in certain types of applications easier and faster.
MongoDB is developed by MongoDB Inc., and is published under a combination of the GNU Affero General Public License and the Apache License.
See also
- BSON
- Document-oriented database
- NoSQL
- Server-side scripting
- MEAN (software bundle) - a solutions stack using MongoDB as the database
- Couchbase - an enterprise NoSQL document database with SQL and Master/Master replication
- HyperDex - a NoSQL database providing the MongoDB API with stronger consistency guarantees
External links
- MongoDB @ Wikipedia.org
- 6 Rules of Thumb for MongoDB Schema Design: Part 1 @ mongodb.com
- Why You Should Never Use MongoDB by Sarah Mei