CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 28 Aug 2025 22:50:17 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100807095958
location: https://web.archive.org/web/20100807095958/https://github.com/mongodb/mongo/tree/r0.9.4
server-timing: captures_list;dur=0.635032, exclusion.robots;dur=0.029331, exclusion.robots.policy;dur=0.014462, esindex;dur=0.014076, cdx.remote;dur=55.541096, LoadShardBlock;dur=439.681526, PetaboxLoader3.resolve;dur=195.248544, PetaboxLoader3.datanode;dur=218.229776
x-app-server: wwwb-app211
x-ts: 302
x-tr: 553
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app211; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 28 Aug 2025 22:50:18 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 07 Aug 2010 09:59:58 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "c4756af04a31e5ba215b14b899b3e687"
x-archive-orig-x-runtime: 127ms
x-archive-orig-content-length: 45579
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 07 Aug 2010 09:59:58 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 07 Dec 2009 03:23:37 GMT", ; rel="prev memento"; datetime="Tue, 25 May 2010 20:05:31 GMT", ; rel="memento"; datetime="Sat, 07 Aug 2010 09:59:58 GMT", ; rel="last memento"; datetime="Sat, 07 Aug 2010 09:59:58 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_17_20100807090929_crawl103-c/52_17_20100807095930_crawl101.arc.gz
server-timing: captures_list;dur=0.551160, exclusion.robots;dur=0.024632, exclusion.robots.policy;dur=0.011267, esindex;dur=0.011176, cdx.remote;dur=104.935994, LoadShardBlock;dur=222.327475, PetaboxLoader3.datanode;dur=103.229014, PetaboxLoader3.resolve;dur=150.375208, load_resource;dur=165.937953
x-app-server: wwwb-app211
x-ts: 200
x-tr: 586
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
mongodb's mongo at r0.9.4 - GitHub
mongodb / mongo
- Source
- Commits
- Network (74)
- Downloads (74)
- Graphs
-
Tag:
r0.9.4
click here to add a description
click here to add a homepage
- Switch Branches (9)
-
Switch Tags (74)
- r1.6.0
- r1.5.8
- r1.5.7
- r1.5.6
- r1.5.5
- r1.5.4
- r1.5.3
- r1.5.2
- r1.5.1
- r1.5.0
- r1.4.4
- r1.4.3
- r1.4.2
- r1.4.1
- r1.4.0
- r1.3.5
- r1.3.4
- r1.3.3
- r1.3.2
- r1.3.1
- r1.3.0
- r1.2.5
- r1.2.4
- r1.2.3
- r1.2.2
- r1.2.1
- r1.2.0
- r1.1.4
- r1.1.3
- r1.1.2
- r1.1.1
- r1.1.0
- r1.0.1
- r1.0.0
- r0.9.10
- r0.9.9
- r0.9.8
- r0.9.7
- r0.9.6
- r0.9.5
- r0.9.4
- r0.9.3
- r0.9.2
- r0.9.1
- r0.9.0
- r0.8.0
- r0.2.1
- r0.2.0
- r0.1.7_rc1
- r0.1.6_rc1
- r0.1.5_rc1
- r0.1.4_rc1
- r0.1.3_rc1
- r0.1.2_rc1
- r0.1.1_rc1
- r0.1.0_rc4
- r0.1.0_rc3
- r0.1.0_rc2
- r0.1.0_rc1
- r0.0.9_rc1
- r0.0.8_rc1
- r0.0.7_rc4
- r0.0.7_rc3
- r0.0.7_rc2
- r0.0.7_rc1
- r0.0.6_rc1
- r0.0.5_rc2
- r0.0.5_rc1
- r0.0.4_rc3
- r0.0.4_rc2
- r0.0.4_rc1
- r0.0.3
- 1.7-cut
- 0.9.1
- Branch List
mongo /
README
Mongo DB README DOCUMENTATION https://www.mongodb.org/display/DOCS/Home COMPONENTS mongod - The database process. mongos - Sharding controller (sharding available later in Q209). mongo - The interact javascript db shell. BUILDING For detail information about building, please see: https://www.mongodb.org/display/DOCS/Building - Pre-requisite for 'test' binary, the MongoDB unit test suite: This is not required for building or running the database To compile the unit tests, you need to install the unit test framework from: https://unittest.red-bean.com/ $ cd .. $ svn co https://svn.red-bean.com/unittest/trunk/ unittest $ cd unittest $ ./configure $ make $ sudo make install - Then use scons to build. If you want to build everything (mongod, mongo, tools, etc): $ scons . If you only want to build the database: $ scons To install $ scons --prefix=/opt/mongo install RUNNING Run ./mongod and command line options will display. COMPILER VERSIONS Mongo has been tested with GCC 4.1.2 and Visual Studio 2008. Older versions of GCC may not be happy. 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. --- WINDOWS --- See also https://www.mongodb.org/display/DOCS/Building+for+Windows COMPILING REQUIREMENTS - python 2.6 (for scons) - scons - boost 1.35 - vc++ express - windows sdk - tested with v6.0 v6.0a scons mkdir \data\ mkdir \data\db db\db run --- ubuntu --- scons libboost-dev libpcre++-dev libmozjs-dev --- FreeBSD --- Install the following ports: - devel/boost - devel/libexecinfo - devel/pcre - lang/spidermonkey