Eliot Horowitz 87f324edf8 prefix/postfix
2009-12-06 19:49:54 -05:00
2009-11-20 14:24:20 -05:00
2009-12-02 15:28:28 -05:00
2009-12-03 15:03:20 -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
2009-12-03 17:25:39 -05:00
2007-11-05 14:44:26 -05:00
2009-09-06 21:04:10 -07:00
2009-06-08 14:15:15 -04:00
2009-11-30 17:44:14 -05:00
2009-12-03 14:21:22 -05:00
2009-12-03 15:03:20 -05:00
2009-11-30 15:10:23 -05:00
2009-12-02 12:53:48 -05:00
2009-12-03 15:03:20 -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
2009-12-06 19:49:54 -05:00
2009-12-05 11:54:52 -05:00
2009-12-01 20:25:48 -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%