CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 04 Sep 2025 09:44:16 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100324104339
location: https://web.archive.org/web/20100324104339/https://github.com/mongodb/mongo/tree/r1.1.4
server-timing: captures_list;dur=0.632923, exclusion.robots;dur=0.024728, exclusion.robots.policy;dur=0.011198, esindex;dur=0.011738, cdx.remote;dur=4.698168, LoadShardBlock;dur=206.411067, PetaboxLoader3.datanode;dur=45.440041, PetaboxLoader3.resolve;dur=33.406872
x-app-server: wwwb-app203
x-ts: 302
x-tr: 245
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app203; 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, 04 Sep 2025 09:44:17 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:38 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "e873b7eb853ff0e2577e43eab4c6791a"
x-archive-orig-x-runtime: 124ms
x-archive-orig-content-length: 34235
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:39 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 09 Dec 2009 04:00:10 GMT", ; rel="prev memento"; datetime="Sun, 14 Feb 2010 17:20:50 GMT", ; rel="memento"; datetime="Wed, 24 Mar 2010 10:43:39 GMT", ; rel="next memento"; datetime="Sun, 25 Jul 2010 08:10:08 GMT", ; rel="last memento"; datetime="Sun, 25 Jul 2010 08:10:08 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.832874, exclusion.robots;dur=0.029206, exclusion.robots.policy;dur=0.011675, esindex;dur=0.015274, cdx.remote;dur=21.042034, LoadShardBlock;dur=320.231732, PetaboxLoader3.datanode;dur=316.774763, PetaboxLoader3.resolve;dur=187.220477, load_resource;dur=211.417709
x-app-server: wwwb-app203
x-ts: 200
x-tr: 643
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.1.4 - GitHub
mongodb / mongo
- Source
- Commits
- Network (41)
- Downloads (0)
- Graphs
-
Tree:
r1.1.4
click here to add a description
click here to add a homepage
commit cb39613c0f6ae9afd799d77c84189e457e56c54f
tree 9ab5d98ae6511b2d1c0181621552e06336108bb1
parent ad7fc8908396a3351a0f07bb1e2fc4baba2802ad
tree 9ab5d98ae6511b2d1c0181621552e06336108bb1
parent ad7fc8908396a3351a0f07bb1e2fc4baba2802ad
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.