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
2009-12-28 18:27:18 -05:00
buildscripts fix 64-bit osx 2009-12-28 17:17:01 -05:00
client Exception classess need codes too SERVER-112 2009-12-28 17:06:07 -05:00
db use code in getLastError SERVER-112 2009-12-28 17:12:49 -05:00
dbtests uassert/massert take error code SERVER-112 2009-12-28 16:43:43 -05:00
debian
distsrc
docs
jars
jstests use code in getLastError SERVER-112 2009-12-28 17:12:49 -05:00
lib
mongo.xcodeproj MINOR update xcode project 2009-12-28 13:08:51 -08:00
msvc
pcre-7.4
rpm
s Exception classess need codes too SERVER-112 2009-12-28 17:06:07 -05:00
scripting Exception classess need codes too SERVER-112 2009-12-28 17:06:07 -05:00
shell Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-28 16:44:07 -05:00
tools Allocate line buffer on heap to avoid blowing the stack on windows. SERVER-410 2009-12-28 18:27:18 -05:00
util better debugging for weird mmap issue 2009-12-28 17:46:41 -05:00
.gitattributes
.gitignore
doxygenConfig
gch.py
GNU-AGPL-3.0.txt
README
SConstruct Exception classess need codes too SERVER-112 2009-12-28 17:06:07 -05:00
stdafx.cpp
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.