Skip to content

Nub/mongo

This branch is up to date with mongodb/mongo:v1.2.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 15, 2010
22c7c88 · Apr 15, 2010
Apr 15, 2010
Dec 22, 2009
Mar 9, 2010
Mar 7, 2010
Apr 7, 2010
May 22, 2009
Dec 1, 2009
Feb 15, 2009
Mar 9, 2010
Nov 5, 2007
Dec 10, 2009
Jun 8, 2009
Nov 30, 2009
Apr 7, 2010
Dec 3, 2009
Apr 15, 2010
Mar 9, 2010
Dec 29, 2009
Apr 7, 2010
Feb 2, 2009
Feb 10, 2010
Jul 22, 2008
Nov 19, 2009
Apr 7, 2010
Apr 7, 2010
Sep 9, 2009
Apr 8, 2010
Mar 9, 2010
Dec 29, 2008

Repository files navigation

MongoDB README

DOCUMENTATION

  http://www.mongodb.org/

COMPONENTS

  mongod - The database process.
  mongos - Sharding controller.
  mongo  - The database shell (uses interactive javascript).

BUILDING
      
  see docs/building.md


RUNNING

  ./mongod

  runs the database.  Use 

  ./mongod --help

  to see command line options.

NOTES

  Mongo uses memory mapped files.  If built as a 32 bit executable, you will
  not be able to work with large (multi-gigabyte) databases.  However, 32 bit
  builds work fine with small development databases.

About

The Mongo Database

Resources

Stars

Watchers

Forks

Packages

No packages published