MongoDB (nonfiction)

From Gnomon Chronicles
Revision as of 13:02, 6 June 2019 by Admin (talk | contribs) (Created page with "'''MongoDB''' (from humongous) is a free and open-source cross-platform document-oriented database. Classified as a NoSQL database, MongoDB avoids the traditional table-based...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MongoDB (from humongous) is a free and open-source cross-platform document-oriented database.

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.

In the News

Fiction cross-reference

Nonfiction cross-reference

External links: