CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 26 Aug 2025 22:39:45 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100214172115
location: https://web.archive.org/web/20100214172115/https://github.com/mongodb/mongo/tree/r0.8.0
server-timing: captures_list;dur=0.644309, exclusion.robots;dur=0.023959, exclusion.robots.policy;dur=0.010677, esindex;dur=0.011608, cdx.remote;dur=21.386968, LoadShardBlock;dur=272.919847, PetaboxLoader3.datanode;dur=119.016722, PetaboxLoader3.resolve;dur=85.662423
x-app-server: wwwb-app220
x-ts: 302
x-tr: 329
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app220; 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: Tue, 26 Aug 2025 22:39:45 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 14 Feb 2010 17:21:15 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "ae52c92073973b21574d3a48803402a8"
x-archive-orig-x-runtime: 106ms
x-archive-orig-content-length: 40287
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: Sun, 14 Feb 2010 17:21:15 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 01 Apr 2009 09:03:23 GMT", ; rel="prev memento"; datetime="Wed, 09 Dec 2009 04:00:05 GMT", ; rel="memento"; datetime="Sun, 14 Feb 2010 17:21:15 GMT", ; rel="next memento"; datetime="Thu, 27 May 2010 19:57:37 GMT", ; rel="last memento"; datetime="Mon, 26 Jul 2010 18:47:06 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: TLA-20100214132233-00708-ia360920-c/TLA-20100214165848-00809-ia360906.us.archive.org.warc.gz
server-timing: captures_list;dur=0.573711, exclusion.robots;dur=0.021581, exclusion.robots.policy;dur=0.010230, esindex;dur=0.012048, cdx.remote;dur=8.973969, LoadShardBlock;dur=150.533566, PetaboxLoader3.datanode;dur=72.904790, PetaboxLoader3.resolve;dur=124.093765, load_resource;dur=82.572153
x-app-server: wwwb-app220
x-ts: 200
x-tr: 395
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.8.0 - GitHub
This service is courtesy of Pledgie.
mongodb / mongo
- Source
- Commits
- Network (39)
- Downloads (52)
- Graphs
-
Tag:
r0.8.0
click here to add a description
click here to add a homepage
- Branches (7)
-
Tags (52)
- r1.3.2
- r1.3.1
- r1.3.0
- 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
- 0.9.1
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
The Mongo Database — Read more
mongo /
README
Mongo Database README DOCUMENTATION https://mongodb.onconfluence.com/display/DOCS/Mongo+Documentation ORGANIZATION db/ : core database source code grid/ : socket messaging stuff util/ : util classes 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 - 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 ./db 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. 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 should work fine with small development databases. To compile the unit tests, you need to install the unit test framework from: https://unittest.red-bean.com/ --- 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