CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 01 Sep 2025 00:53:05 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100129175749
location: https://web.archive.org/web/20100129175749/https://github.com/mongodb/mongo
server-timing: captures_list;dur=0.705359, exclusion.robots;dur=0.030830, exclusion.robots.policy;dur=0.018373, esindex;dur=0.012601, cdx.remote;dur=22.545324, LoadShardBlock;dur=161.301141, PetaboxLoader3.datanode;dur=47.707404, PetaboxLoader3.resolve;dur=33.625550
x-app-server: wwwb-app202
x-ts: 302
x-tr: 226
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app202; 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: Mon, 01 Sep 2025 00:53:05 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 29 Jan 2010 17:57:48 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "b9879d0a5167c3be79e45d3aff4a48a0"
x-archive-orig-x-runtime: 113ms
x-archive-orig-content-length: 42022
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: Fri, 29 Jan 2010 17:57:49 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 22 Sep 2009 08:19:38 GMT", ; rel="prev memento"; datetime="Thu, 28 Jan 2010 10:25:40 GMT", ; rel="memento"; datetime="Fri, 29 Jan 2010 17:57:49 GMT", ; rel="next memento"; datetime="Thu, 04 Mar 2010 20:03:30 GMT", ; rel="last memento"; datetime="Tue, 26 Aug 2025 19:08:44 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: 51_14_20100129101957_crawl102_IndexOnly-c/51_14_20100129175740_crawl101.arc.gz
server-timing: captures_list;dur=5.832853, exclusion.robots;dur=0.031522, exclusion.robots.policy;dur=0.018424, esindex;dur=0.013843, cdx.remote;dur=33.365028, LoadShardBlock;dur=100.038824, PetaboxLoader3.datanode;dur=103.973445, PetaboxLoader3.resolve;dur=91.451210, load_resource;dur=107.881080
x-app-server: wwwb-app202
x-ts: 200
x-tr: 349
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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 master - GitHub
This service is courtesy of Pledgie.
mongodb / mongo
- Source
- Commits
- Network (39)
- Downloads (51)
- Graphs
-
Branch:
master
- Branches (7)
-
Tags (51)
- 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
MongoDB README DOCUMENTATION https://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.