MongoDB is an open source application created in 2009 by Eliot Horowitz and Dwight Merriman.
#106on PLDB | 15Years Old |
git clone https://github.com/mongodb/mongo
MongoDB (from humongous) is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemas. MongoDB is developed by MongoDB Inc., and is published under a combination of the GNU Affero General Public License and the Apache License.. Read more on Wikipedia...
db.collection.find()
find findOne drop createIndex
Feature | Supported | Example | Token |
---|---|---|---|
Booleans | ✓ | ||
Strings | ✓ | ||
Comments | ✓ | $comment: "A comment" |