CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 28 Aug 2025 21:37:46 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100324173855
location: https://web.archive.org/web/20100324173855/https://github.com/mongodb/mongo/tree/r0.0.9_rc1
server-timing: captures_list;dur=1.700589, exclusion.robots;dur=0.076341, exclusion.robots.policy;dur=0.035314, esindex;dur=0.046667, cdx.remote;dur=221.853778, LoadShardBlock;dur=450.315222, PetaboxLoader3.datanode;dur=80.085641, PetaboxLoader3.resolve;dur=101.247033
x-app-server: wwwb-app214
x-ts: 302
x-tr: 709
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app214; 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 21:37:47 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 24 Mar 2010 17:38:55 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "de324e3f2f91a99578e9951e116643da"
x-archive-orig-x-runtime: 133ms
x-archive-orig-content-length: 25517
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: Wed, 24 Mar 2010 17:38:55 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 09 Feb 2009 00:41:59 GMT", ; rel="prev memento"; datetime="Sun, 14 Feb 2010 17:09:45 GMT", ; rel="memento"; datetime="Wed, 24 Mar 2010 17:38:55 GMT", ; rel="next memento"; datetime="Tue, 25 May 2010 17:16:47 GMT", ; rel="last memento"; datetime="Tue, 24 Aug 2010 17:36:17 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_14_20100324152546_crawl103-c/52_14_20100324173722_crawl101.arc.gz
server-timing: captures_list;dur=0.554891, exclusion.robots;dur=0.023335, exclusion.robots.policy;dur=0.011098, esindex;dur=0.012295, cdx.remote;dur=20.775735, LoadShardBlock;dur=446.465490, PetaboxLoader3.datanode;dur=198.771982, PetaboxLoader3.resolve;dur=425.177051, load_resource;dur=245.479276
x-app-server: wwwb-app214
x-ts: 200
x-tr: 784
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.0.9_rc1 - GitHub
mongodb / mongo
- Source
- Commits
- Network (41)
- Downloads (0)
- Graphs
-
Tree:
r0.0.9_rc1
click here to add a description
click here to add a homepage
mongo /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Sat Nov 24 23:18:39 -0800 2007 | scripts [mongodb] |
![]() |
GNU-AGPL-3.0.txt | Tue Jul 22 06:45:40 -0700 2008 | license [Eliot Horowitz] |
![]() |
README | Tue Jul 22 06:56:45 -0700 2008 | tweak readme [dwight] |
![]() |
bin/ | Loading commit data... ![]() |
|
![]() |
boost/ | Mon Mar 24 09:11:07 -0700 2008 | compile on windows [dwight] |
![]() |
db/ | ||
![]() |
grid/ | ||
![]() |
lib/ | Mon Nov 05 11:44:26 -0800 2007 | boost [dwight] |
![]() |
pcre-7.4/ | Sun Nov 04 10:11:38 -0800 2007 | pcre [dwight] |
![]() |
stdafx.cpp | ||
![]() |
stdafx.h | ||
![]() |
stdafx.h.gch | Fri Oct 19 16:35:48 -0700 2007 | first commit [dwight] |
![]() |
targetver.h | Sun Jul 20 14:37:33 -0700 2008 | added AGPL License Header to every file take 2 [Eliot Horowitz] |
![]() |
util/ |
README
Mongo Database README DOCUMENTATION https://www.10gen.com/wiki/db ORGANIZATION db/ : core database source code grid/ : socket messaging stuff util/ : util classes BUILDING cd db make clean && make 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.