About 450,000 results
Open links in new tab
  1. MongoDB: The World’s Leading Modern Database

    Get your ideas to market faster with a flexible, AI-ready database. MongoDB makes working with data easy.

  2. Difference between Sharding And Replication on MongoDB

    I am just confused about how Sharding and Replication work. According to the definitions I found in the documentation: Replication: A replica set in MongoDB is a group of mongod processes that mai...

  3. Download MongoDB Community Server

    MongoDB Search in Community Download MongoDB mongot Download mongot is the full-text search and vector search engine for MongoDB Community Server. It seamlessly integrates with your …

  4. MongoDB --- Failed global initialization: Failed to open "/var/log ...

    May 1, 2018 · Second, I changed the dbPath in my config file from /var/lib/mongodb to /data/db since that is the default path for mongodb to store data. Make sure to run sudo service mongod restart …

  5. MongoDB Atlas | The Modern, Multi-Cloud Database

    MongoDB Atlas is the #1 modern, multi-cloud database that accelerates and simplifies how you build with data. Get started for free today!

  6. replication - MongoDB: Replica Set - master vs. slave - Database ...

    We think about moving from a master-slaves to MongoDB with replica-set. Now I wonder if MongoDB replicas are also set up like read-only slaves or if each mongos is able to write and sync the others …

  7. MongoDB Compass

    Compass lets developers explore their data, run queries and aggregations, and refine their data models through an easy-to-use visual interface.

  8. Can't run rs.initiate () when do mongodb replication set

    Mar 2, 2015 · Can't run rs.initiate () when do mongodb replication set Ask Question Asked 8 years, 4 months ago Modified 7 years, 3 months ago

  9. Atlas Database - MongoDB

    FAQ What is the MongoDB Atlas database? MongoDB Atlas is a fully managed cloud database service that simplifies deploying, scaling, and managing MongoDB databases in the cloud. It eliminates …

  10. MongoDB: All commands spit out "not authorized on admin to execute ...

    Mar 2, 2011 · Start MongoDB service demon systemctl start mongod Open MongoDB shell mongo Execute this command on the shell use admin db.createUser( { user: 'admin', pwd: 'YouPassforUser', …