Difference between revisions of "MongoDB"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 10: Line 10:
  
 
* [[Document-oriented database]]
 
* [[Document-oriented database]]
* [[NoSQL* [[
+
* [[NoSQL]]
* [[Server-side scripting
+
* [[Server-side scripting]]
 
* [[MEAN (software bundle)]] - a solutions stack using MongoDB as the database
 
* [[MEAN (software bundle)]] - a solutions stack using MongoDB as the database
 
* [[Couchbase]] - an enterprise NoSQL document database with SQL and Master/Master replication
 
* [[Couchbase]] - an enterprise NoSQL document database with SQL and Master/Master replication
Line 19: Line 19:
  
 
* [https://en.wikipedia.org/wiki/MongoDB MongoDB] @ Wikipedia.org  
 
* [https://en.wikipedia.org/wiki/MongoDB MongoDB] @ Wikipedia.org  
 
+
* [https://www.mongodb.com/blog/post/6-rules-of-thumb-for-mongodb-schema-design-part-1 6 Rules of Thumb for MongoDB Schema Design: Part 1]
  
 
[[Category:Computer science]]
 
[[Category:Computer science]]
 
[[Category:]]
 
[[Category:]]

Revision as of 15:41, 22 February 2017

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

External links