How to Install MongoDB on Mac OS X 10.9 Mavericks Step-by-Step Easy Guide

March 3, 2014 | By Duchateaux.

Install MongoDB Mac 10.9 Mavericks

The Contents and Details are Expressly Essentials to Give Focus Only to the Essentials Instructions and Commands on Install MongoDB Mac 10.9 Mavericks OS X.

MongoDB (from “humongous”) is an Open-Source Document Database written in C++, and the leading NoSQL database.

MongoDB Database Features:

  • Document-Oriented Storage >> JSON-style documents with dynamic schemas offer simplicity and power.
  • Full Index Support >> Index on any attribute, just like you’re used to.
  • Replication & High Availability >> Mirror across LANs and WANs for scale and peace of mind.
  • Auto-Sharding >> Scale horizontally without compromising functionality.
  • Querying >> Rich, document-based queries.
  • Fast In-Place Updates >> Atomic modifiers for contention-free performance.
  • Map/Reduce >> Flexible aggregation and data processing.
  • GridFS >> Store files of any size without complicating your stack.
  • Professional Support by MongoDB >> Enterprise class support, training, and consulting available.

Finally, to the article Bottom you Find Link to Guide with MongoDB Database Administration Essential Quick Start.

Install MongoDB Mac 10.9 Mavericks - Featured
  1. Download Latest MongoDB Release:

    Get Latest MogoDB .tgz
  2. Double-Click on Archive to Extract

  3. Open a Terminal Window

  4. Relocate MongoDB

    sudo su
    mv </path/2>/mongodb* /usr/local/mongodb
    mkdir /data/db
  5. Add MongoDB Binaries to User PATH

    su <myuser>
    nano $HOME/.bashrc

    Inserts:

    /nexport PATH=/usr/local/mongodb/bin:$PATH

    Ctrl+x to Save & Exit.
    Then Load the New SetUp

    bash
  6. MongoDB Database Getting-Started Guide.

    MongoDB First, Steps

QuickChic Theme • Powered by WordPress