CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 26 Aug 2025 23:08:10 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100324104343
location: https://web.archive.org/web/20100324104343/https://github.com/mongodb/mongo/tree/r1.3.2
server-timing: captures_list;dur=0.748390, exclusion.robots;dur=0.027100, exclusion.robots.policy;dur=0.011925, esindex;dur=0.013916, cdx.remote;dur=23.649776, LoadShardBlock;dur=1034.997059, PetaboxLoader3.datanode;dur=155.236805, PetaboxLoader3.resolve;dur=776.680211
x-app-server: wwwb-app219
x-ts: 302
x-tr: 1099
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app219; 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 23:08:11 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 24 Mar 2010 10:43:43 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "77ccd4def4ccaebea66e45d7b426ff8f"
x-archive-orig-x-runtime: 143ms
x-archive-orig-content-length: 34401
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 10:43:43 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 24 Mar 2010 10:43:43 GMT", ; rel="memento"; datetime="Wed, 24 Mar 2010 10:43:43 GMT", ; rel="next memento"; datetime="Sun, 25 Jul 2010 13:35:39 GMT", ; rel="last memento"; datetime="Sun, 25 Jul 2010 13:35:39 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_20100324085623_crawl101-c/52_14_20100324104337_crawl101.arc.gz
server-timing: captures_list;dur=0.790002, exclusion.robots;dur=0.027515, exclusion.robots.policy;dur=0.012787, esindex;dur=0.016255, cdx.remote;dur=11.347497, LoadShardBlock;dur=333.270656, PetaboxLoader3.datanode;dur=81.463257, PetaboxLoader3.resolve;dur=508.492017, load_resource;dur=342.944944
x-app-server: wwwb-app219
x-ts: 200
x-tr: 752
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 r1.3.2 - GitHub
mongodb / mongo
- Source
- Commits
- Network (41)
- Downloads (0)
- Graphs
-
Tree:
r1.3.2
click here to add a description
click here to add a homepage

Mathias Stearn (author)
Thu Feb 11 17:21:58 -0800 2010
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. LICENSING Most MongoDB source files are made available under the terms of the GNU Affero General Public License (AGPL). See individual files for details. As an exception, the files in the debian/ directory, the rpm/ directory, and all subdirectories thereof are made available under the terms of the Apache License, version 2.0.