0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
The MongoDB Database
Go to file
2010-01-20 14:02:14 -05:00
buildscripts a little code cleanup / renameing 2010-01-03 16:37:38 -05:00
client Quorum -> SyncClusterConnection 2010-01-19 17:36:01 -05:00
db some command cleaning 2010-01-20 14:02:14 -05:00
dbtests some command cleaning 2010-01-20 14:02:14 -05:00
debian BUMP 1.3.0 2009-12-31 11:29:42 -05:00
distsrc
docs some debain etch notes 2009-12-01 17:40:18 -05:00
jars
jstests re-enable old test 2010-01-19 22:34:43 -05:00
lib
mongo.xcodeproj SERVER-493 when opening 'all' files, don't open preallocated ones 2010-01-19 16:33:41 -08:00
msvc
pcre-7.4
rpm names 2009-12-08 12:18:37 -05:00
s some command cleaning 2010-01-20 14:02:14 -05:00
scripting Quorum -> SyncClusterConnection 2010-01-19 17:36:01 -05:00
shell MINOR cleaner directory check in diskfull.js test, validate dir in listFiles 2010-01-19 17:07:30 -08:00
tools a little code cleanup / renameing 2010-01-03 16:37:38 -05:00
util don't wait for closeAllSockets in shutdown SERVER-547 2010-01-19 22:49:22 -05:00
.gitattributes
.gitignore split server test code out from general js code SERVER-472 2009-12-18 16:53:44 -05:00
doxygenConfig new master version numbers 2009-12-03 15:27:19 -05:00
gch.py
GNU-AGPL-3.0.txt
README
SConstruct Quorum -> SyncClusterConnection 2010-01-19 17:36:01 -05:00
stdafx.cpp post 1.3.0 2009-12-31 14:56:07 -05:00
stdafx.h
targetver.h

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.