Editing MongoDB
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
− | [[wikipedia:MongoDB]] ( | + | [[wikipedia:MongoDB]] (2009) is an open-source [[document-oriented database]] using a [[JSON]]-like documents with [[schema]]. Listen by default on [[port]] TCP 27017. |
− | * Installation: <code>[[brew tap]] mongodb/brew && | + | * Installation: <code>[[brew tap]] mongodb/brew && brew install mongodb-community</code> |
* Runnig manually: <code>mongod --config /usr/local/etc/[[mongod.conf]] --fork</code> | * Runnig manually: <code>mongod --config /usr/local/etc/[[mongod.conf]] --fork</code> | ||
− | |||
− | |||
− | |||
== Features == | == Features == | ||
Line 20: | Line 17: | ||
== Binaries == | == Binaries == | ||
− | |||
* <code>[[mongodb]]</code> | * <code>[[mongodb]]</code> | ||
* <code>[[mongos]]</code> MongoDB Sharded Cluster Query Router | * <code>[[mongos]]</code> MongoDB Sharded Cluster Query Router | ||
Line 28: | Line 24: | ||
* <code>[[mongoexport]]</code> | * <code>[[mongoexport]]</code> | ||
* <code>[[mongoimport]]</code> | * <code>[[mongoimport]]</code> | ||
− | |||
− | |||
− | |||
== Editions == | == Editions == | ||
Line 53: | Line 46: | ||
* <code>db.users.find({"name": /.*m.*/})</code> or <code>db.users.find({"name": /m/})</code> | * <code>db.users.find({"name": /.*m.*/})</code> or <code>db.users.find({"name": /m/})</code> | ||
* db.YOUR_COLLETION.find().sort({_id:1}).[[limit]](50); | * db.YOUR_COLLETION.find().sort({_id:1}).[[limit]](50); | ||
− | * <code>[[mongo --eval | + | * <code>[[mongo]] --eval "printjson(db.serverStatus())"</code> |
== Docker == | == Docker == | ||
Line 62: | Line 55: | ||
== Related terms == | == Related terms == | ||
− | * [[MongoDB Atlas]] | + | * [[MongoDB Atlas]] |
* [[Eliot Horowitz]] CTO and founder | * [[Eliot Horowitz]] CTO and founder | ||
* [[Ops Manager]] | * [[Ops Manager]] | ||
Line 68: | Line 61: | ||
* [[Rocket.Chat]] | * [[Rocket.Chat]] | ||
* [[GridFS]] | * [[GridFS]] | ||
− | |||
− | |||
− | |||
− | |||
== Activities == | == Activities == | ||
* Read about [[MongoDB replication]] capabilities https://docs.mongodb.com/manual/faq/replica-sets/ | * Read about [[MongoDB replication]] capabilities https://docs.mongodb.com/manual/faq/replica-sets/ | ||
− | |||
== See also == | == See also == | ||
− | * | + | * [[traefik]] |
+ | * [[Cassandra]] | ||
* {{MongoDB}} | * {{MongoDB}} | ||
− | * {{ | + | * {{RocketChat}} |
+ | * {{DBs}} | ||
+ | |||
[[Category:Databases]] | [[Category:Databases]] | ||
− |
Advertising: