2009-12-22 12:58:41 -05:00
2009-05-22 16:20:31 -04:00
2009-12-01 17:40:18 -05:00
2009-02-15 16:12:54 -05:00
2010-02-06 10:47:48 -05:00
2007-11-05 14:44:26 -05:00
2009-06-08 14:15:15 -04:00
2009-11-30 17:44:14 -05:00
2010-01-26 12:56:05 -05:00
2009-12-03 15:03:20 -05:00
2010-01-25 16:14:10 -05:00
2010-01-26 12:56:05 -05:00
2009-09-09 09:46:12 -04:00
2008-07-22 09:45:40 -04:00
2009-11-19 10:49:34 -05:00
2010-01-29 23:18:39 -05:00
2010-01-27 10:00:04 -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%