public
Description: The Mongo Database
Homepage: http://www.mongodb.org/
Clone URL: git://github.com/mongodb/mongo.git
mongo /
name age message
file .gitattributes Mon Feb 02 08:44:56 -0800 2009 treat xcode config files as binary [erh]
file .gitignore Fri Dec 18 13:53:44 -0800 2009 split server test code out from general js code... [erh]
file GNU-AGPL-3.0.txt Tue Jul 22 06:45:40 -0700 2008 license [erh]
file README Thu Nov 19 07:49:34 -0800 2009 cleaning build docs [erh]
file SConstruct Tue Dec 22 09:15:52 -0800 2009 Thread pool [RedBeard0531]
directory buildscripts/ Wed Dec 09 08:55:26 -0800 2009 source push script [erh]
directory client/ Tue Dec 22 13:42:49 -0800 2009 compile windows / vcproj [dwight]
directory db/ Wed Dec 23 09:09:56 -0800 2009 getNonce() wasn't threadsafe [dwight]
directory dbtests/ Tue Dec 22 13:42:49 -0800 2009 compile windows / vcproj [dwight]
directory debian/ Tue Dec 15 07:34:50 -0800 2009 add libxulrunner-1.9.1-dev option for ubuntu 9.... [Kristina Chodorow]
directory distsrc/ Fri May 22 13:20:31 -0700 2009 remove old 64-bit linux comment [erh]
directory docs/ Tue Dec 01 14:40:18 -0800 2009 some debain etch notes [erh]
file doxygenConfig Thu Dec 03 12:27:19 -0800 2009 new master version numbers [erh]
file gch.py Wed Sep 09 06:46:12 -0700 2009 playing with pre-compiled headers [Eliot Horowitz]
directory jars/ Sun Feb 15 13:12:54 -0800 2009 new java js system [erh]
directory jstests/ Tue Dec 22 17:59:59 -0800 2009 Merge branch 'master' of github.com:mongodb/mongo [astaple]
directory lib/ Mon Nov 05 11:44:26 -0800 2007 boost [dwight]
directory mongo.xcodeproj/ Tue Dec 22 14:32:45 -0800 2009 SERVER-470 added fork()/Thread() to v8 engine- [astaple]
directory msvc/ Mon Jun 08 11:15:15 -0700 2009 Merge commit 'alanw/master' Conflicts: db/db... [erh]
directory pcre-7.4/ Mon Nov 30 14:44:14 -0800 2009 we are always static with pcre [dwight]
directory rpm/ Tue Dec 08 09:18:37 -0800 2009 names [erh]
directory s/ Tue Dec 15 12:38:25 -0800 2009 Removing unused functions [RedBeard0531]
directory scripting/ Tue Dec 22 17:56:57 -0800 2009 SERVER-470 fix some v8 locking issues [astaple]
directory shell/ Tue Dec 22 17:59:59 -0800 2009 Merge branch 'master' of github.com:mongodb/mongo [astaple]
file stdafx.cpp Thu Dec 03 12:27:19 -0800 2009 new master version numbers [erh]
file stdafx.h Mon Nov 30 15:51:39 -0800 2009 Use boost's list_p in the json parser. SUPPORT-... [RedBeard0531]
file targetver.h Sun Dec 28 17:28:49 -0800 2008 Replace tab indentation with spaces [astaple]
directory tools/ Tue Dec 22 11:16:48 -0800 2009 better csv header line parsing [erh]
directory util/ Tue Dec 22 13:42:49 -0800 2009 compile windows / vcproj [dwight]
README
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.