Feature news

How to install mongoDB on windows 8

MongoDB


MongoDB  is an open-source document database, and the leading NoSQL database. Written in C++, 

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

Install
Step 1 : Download mongo database click here mongoDB
         
Step 2 : Extract mongodb zip
             
            

Step 3 :  Rename mongodb-win32-x86_64-2.4.6===> mongoDB
              

Step 4 : Cut mongoDB and Paste Local Disk(C)
             
              
Step 5 : Create folder data to  Local Disk(C)
            

Step 6 :  Create folder db to  Local Disk(C) /data
             
Step 7 :  Open Command Prompt
           
Step 8 :Start mongo server ( now type cmd). don't close
              cd\  <=== Enter
              cd mongoDB\bin  <=== Enter
              mongod  <=== Enter
         
Step 9 :  Open Another Command Prompt ( now type cmd)
              cd\  <=== Enter
              cd mongoDB\bin  <=== Enter
              mongo  <=== Enter
          

Finish installation

0 comments: