Difference between revisions of "MongoDB"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "'''MongoDB''' (from humongous) is a free and open-source cross-platform document-oriented database. == Description == Classified as a NoSQL database, MongoDB avoids the...")
(No difference)

Revision as of 09:56, 16 September 2016

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 free and open-source, published under a combination of the GNU Affero General Public License and the Apache License.

See also

External links

  • [] @ Wikipedia.org[[Category:]]