CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 27 Aug 2025 02:04:12 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091207042458
location: https://web.archive.org/web/20091207042458/https://github.com/mongodb/mongo/tree/v0.9
server-timing: captures_list;dur=0.720711, exclusion.robots;dur=0.024194, exclusion.robots.policy;dur=0.011172, esindex;dur=0.013504, cdx.remote;dur=339.498987, LoadShardBlock;dur=1836.244641, PetaboxLoader3.datanode;dur=1110.937700, PetaboxLoader3.resolve;dur=564.228378
x-app-server: wwwb-app216
x-ts: 302
x-tr: 3383
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app216; 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: Wed, 27 Aug 2025 02:04:13 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 07 Dec 2009 04:24:58 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "378ba64b8fe3ecf109cf9b264c6b800f"
x-archive-orig-x-runtime: 93ms
x-archive-orig-content-length: 44264
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: Mon, 07 Dec 2009 04:24:58 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 01 Apr 2009 06:52:11 GMT", ; rel="prev memento"; datetime="Wed, 03 Jun 2009 03:34:19 GMT", ; rel="memento"; datetime="Mon, 07 Dec 2009 04:24:58 GMT", ; rel="next memento"; datetime="Wed, 24 Mar 2010 12:03:54 GMT", ; rel="last memento"; datetime="Tue, 22 Mar 2022 08:29:02 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_13_20091207021320_crawl101-c/52_13_20091207042357_crawl101.arc.gz
server-timing: captures_list;dur=0.777619, exclusion.robots;dur=0.037882, exclusion.robots.policy;dur=0.022721, esindex;dur=0.014385, cdx.remote;dur=6.976528, LoadShardBlock;dur=302.024635, PetaboxLoader3.resolve;dur=756.423516, PetaboxLoader3.datanode;dur=104.771119, load_resource;dur=576.293318
x-app-server: wwwb-app216
x-ts: 200
x-tr: 1002
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 v0.9 - GitHub
- v0.9
- all branches
-
all tags
- 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
- 0.9.1
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | The Mongo Database edit |
Homepage: | https://www.mongodb.org/ edit |
Public Clone URL: |
git://github.com/mongodb/mongo.git
Give this clone URL to anyone.
git clone git://github.com/mongodb/mongo.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:mongodb/mongo.git
|
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 - Pre-requisite for 'mongo', the MongoDB interactive shell: The shell requires the library ../v8/libv8. There is no v8 binary distro, so we recommend you install and build V8 as follows: $ cd .. $ svn checkout https://v8.googlecode.com/svn/trunk/ v8 $ cd v8 $ scons libv8.a 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 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 the 10gen appserver and the Java Virtual Machine to execute user program code in the database. This feature is optional -- if you would like to run the database without these installed, run with the --nojni option. With --nojni specified, the db.eval() and $where features are no longer available. You may still need JVM libraries which are statically linked. 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 - java sdk 1.6 you have to add java\jdk\bin\ to your path scons mkdir \data\ mkdir \data\db db\db run
This feature is coming soon. Sit tight!