CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 27 Aug 2025 23:54:36 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100324104332
location: https://web.archive.org/web/20100324104332/https://github.com/mongodb/mongo/tree/r1.1.3
server-timing: captures_list;dur=1.048353, exclusion.robots;dur=0.037428, exclusion.robots.policy;dur=0.018399, esindex;dur=0.025939, cdx.remote;dur=58.972565, LoadShardBlock;dur=373.534268, PetaboxLoader3.datanode;dur=212.438745, PetaboxLoader3.resolve;dur=127.394916
x-app-server: wwwb-app220
x-ts: 302
x-tr: 525
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app220; 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: Wed, 27 Aug 2025 23:54:37 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:32 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "49477967bd3ee1c1352fb302c052efc8"
x-archive-orig-x-runtime: 103ms
x-archive-orig-content-length: 33914
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:32 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 09 Dec 2009 07:43:58 GMT", ; rel="prev memento"; datetime="Sun, 14 Feb 2010 17:20:37 GMT", ; rel="memento"; datetime="Wed, 24 Mar 2010 10:43:32 GMT", ; rel="next memento"; datetime="Tue, 25 May 2010 20:05:40 GMT", ; rel="last memento"; datetime="Mon, 26 Jul 2010 19:50: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: 52_14_20100324085623_crawl101-c/52_14_20100324104204_crawl101.arc.gz
server-timing: captures_list;dur=0.680517, exclusion.robots;dur=0.027684, exclusion.robots.policy;dur=0.011599, esindex;dur=0.014283, cdx.remote;dur=9.757895, LoadShardBlock;dur=272.460030, PetaboxLoader3.datanode;dur=105.480796, PetaboxLoader3.resolve;dur=242.603954, load_resource;dur=131.815331
x-app-server: wwwb-app220
x-ts: 200
x-tr: 504
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.3 - GitHub
mongodb / mongo
- Source
- Commits
- Network (41)
- Downloads (0)
- Graphs
-
Tree:
r1.1.3
click here to add a description
click here to add a homepage
commit aa8b12e13fbbdfb293d94786dcc0df589cabef99
tree 13be07709aa7047e2acfd1234b8b7f941c309578
parent a2b62096929a59808b0300142bb1beaa246120d8
tree 13be07709aa7047e2acfd1234b8b7f941c309578
parent a2b62096929a59808b0300142bb1beaa246120d8
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 For detail information about building, please see: https://www.mongodb.org/display/DOCS/Building If you want to build everything (mongod, mongo, tools, etc): $ scons . If you only want to build the database: $ scons To install $ scons --prefix=/opt/mongo install Please note that prebuilt binaries are available on mongodb.org and may be the easier way to get started. RUNNING ./mongod runs the database. Use ./mongod --help to see command line options. COMPILER VERSIONS Mongo has been tested with GCC 4.x and Visual Studio 2008. Older versions of GCC may not be happy. 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. WINDOWS See also https://www.mongodb.org/display/DOCS/Building+for+Windows Build requirements: - vc++ express or visual studio - python 2.5 (for scons - 2.6 might be needed for some regression tests) - scons - boost 1.35 (or higher) - windows sdk - tested with v6.0 v6.0a Or download a prebuilt binary for Windows at www.mongodb.org. UBUNTU scons libboost-dev libpcre++-dev xulrunner-1.9.1-dev FreeBSD Install the following ports: - devel/boost - devel/libexecinfo - devel/pcre - lang/spidermonkey