2010-02-23 22:27:59 -08:00
2009-12-22 12:58:41 -05:00
2010-02-23 17:29:40 -05:00
2009-12-01 17:40:18 -05:00
2010-02-06 10:47:48 -05:00
2009-11-30 17:44:14 -05:00
2010-02-23 17:29:40 -05:00
2009-12-03 15:03:20 -05:00
2010-02-21 11:58:15 -05:00
2010-02-23 17:29:40 -05:00
2009-11-19 10:49:34 -05:00
2010-02-23 22:27:26 -08:00
2010-02-23 21:37:28 -05:00

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.
Description
No description provided
Readme 1.3 GiB
Languages
C++ 67.9%
JavaScript 23.9%
Python 3.6%
yaml 1.7%
Starlark 1.4%
Other 1.4%