CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 11:06:31 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091203080137
location: https://web.archive.org/web/20091203080137/https://github.com/mongodb/mongo
server-timing: captures_list;dur=0.746505, exclusion.robots;dur=0.026396, exclusion.robots.policy;dur=0.012529, esindex;dur=0.014028, cdx.remote;dur=40.063896, LoadShardBlock;dur=232.424655, PetaboxLoader3.datanode;dur=148.671856
x-app-server: wwwb-app212
x-ts: 302
x-tr: 311
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app212; 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, 31 Jul 2025 11:06:32 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 03 Dec 2009 08:01:36 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "f3cc4b1be5009f46af19f8e6f99822ed"
x-archive-orig-x-runtime: 84ms
x-archive-orig-content-length: 44933
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: Thu, 03 Dec 2009 08:01:37 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="Tue, 22 Sep 2009 08:19:38 GMT", ; rel="memento"; datetime="Thu, 03 Dec 2009 08:01:37 GMT", ; rel="next memento"; datetime="Thu, 17 Dec 2009 08:00:50 GMT", ; rel="last memento"; datetime="Sat, 26 Jul 2025 14:52:58 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_13_20091203030103_crawl101-c/51_13_20091203075601_crawl101.arc.gz
server-timing: captures_list;dur=0.510461, exclusion.robots;dur=0.019947, exclusion.robots.policy;dur=0.009980, esindex;dur=0.010271, cdx.remote;dur=11.260471, LoadShardBlock;dur=294.566253, PetaboxLoader3.datanode;dur=194.309548, PetaboxLoader3.resolve;dur=401.242107, load_resource;dur=368.488662
x-app-server: wwwb-app212
x-ts: 200
x-tr: 783
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 master - GitHub
- master
- all branches
-
all tags
- 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
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | The Mongo Database edit |
Homepage: | https://www.mongodb.org/ edit |
Public Clone URL: |
git://github.com/mongodb/mongo.git
Give this clone URL to anyone.
git clone git://github.com/mongodb/mongo.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:mongodb/mongo.git
|
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.
This feature is coming soon. Sit tight!