MongoDB: Difference between revisions
imported>Tom Morris (New page: {{subpages}} '''MongoDB''' is a non-relational, open source database, commonly given the label NoSQL. It combines a number of the features of key-value stores including use of [[JavaS...) |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{subpages}} | {{subpages}} | ||
'''MongoDB''' is a non-relational, open source database, commonly given the label [[NoSQL]]. It combines a number of the features of key-value stores including use of [[JavaScript Object Notation|JSON]] syntax and a JavaScript interface, with some of the more familiar features from traditional relational database systems like [[MySQL]], [[PostgreSQL]] and Oracle. It is designed to be fast and highly scalable but also to allow queries that are considerably more complex than some other NoSQL solutions. MongoDB is produced by 10gen, a company who provide commercial support and training services, and is released under the Affero GNU Public License.<ref>MongoDB Documentation, [http://www.mongodb.org/display/DOCS/Licensing Licensing]</ref> | '''MongoDB''' is a non-relational, open source database, commonly given the label [[NoSQL]]. It combines a number of the features of key-value stores including use of [[JavaScript Object Notation|JSON]] syntax and a JavaScript interface, with some of the more familiar features from traditional relational database systems like [[MySQL]], [[PostgreSQL]] and Oracle. It is designed to be fast and highly scalable but also to allow queries that are considerably more complex than some other NoSQL solutions. MongoDB is produced by 10gen, a company who provide commercial support and training services, and is released under the Affero GNU Public License.<ref>MongoDB Documentation, [http://www.mongodb.org/display/DOCS/Licensing Licensing]</ref> | ||
The MongoDB project produce a supported drivers for C, C++, Java, JavaScript, Perl, PHP, Python and Ruby. In addition, community supported drivers are available for a wide variety of languages including C#, Clojure, Objective-C, Scala and Smalltalk.<ref>MongoDB Documentation, [http://www.mongodb.org/display/DOCS/Drivers Drivers]</ref> MongoDB is being used by a variety of companies and organisations including [[Foursquare]], bit.ly, [[Grooveshark]], and Shutterfly.<ref>MongoDB Documentation, [http://www.mongodb.org/display/DOCS/Production+Deployments Production Deployments]</ref> There have also been a number of conferences and events about MongoDB.<ref>MongoDB Documentation, [http://www.mongodb.org/display/DOCS/Events Events]</ref> | The MongoDB project produce a supported drivers for C, C++, Java, JavaScript, Perl, PHP, Python and Ruby. In addition, community supported drivers are available for a wide variety of languages including C#, Clojure, Objective-C, Scala and Smalltalk.<ref>MongoDB Documentation, [http://www.mongodb.org/display/DOCS/Drivers Drivers]</ref> MongoDB is being used by a variety of companies and organisations including [[Foursquare]], bit.ly, [[Grooveshark]], and Shutterfly.<ref>MongoDB Documentation, [http://www.mongodb.org/display/DOCS/Production+Deployments Production Deployments]</ref> There have also been a number of conferences and events about MongoDB.<ref>MongoDB Documentation, [http://www.mongodb.org/display/DOCS/Events Events]</ref> | ||
== | ==References== | ||
{{reflist}}[[Category:Suggestion Bot Tag]] | |||
Latest revision as of 16:01, 20 September 2024
MongoDB is a non-relational, open source database, commonly given the label NoSQL. It combines a number of the features of key-value stores including use of JSON syntax and a JavaScript interface, with some of the more familiar features from traditional relational database systems like MySQL, PostgreSQL and Oracle. It is designed to be fast and highly scalable but also to allow queries that are considerably more complex than some other NoSQL solutions. MongoDB is produced by 10gen, a company who provide commercial support and training services, and is released under the Affero GNU Public License.[1]
The MongoDB project produce a supported drivers for C, C++, Java, JavaScript, Perl, PHP, Python and Ruby. In addition, community supported drivers are available for a wide variety of languages including C#, Clojure, Objective-C, Scala and Smalltalk.[2] MongoDB is being used by a variety of companies and organisations including Foursquare, bit.ly, Grooveshark, and Shutterfly.[3] There have also been a number of conferences and events about MongoDB.[4]