CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Mon, 25 Aug 2025 15:35:17 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 14 Feb 2010 17:09:26 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "563d723997dac8c4f06c1598a05ffa19"
x-archive-orig-x-runtime: 127ms
x-archive-orig-content-length: 31045
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: Sun, 14 Feb 2010 17:09:26 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 07 Feb 2009 17:22:21 GMT", ; rel="prev memento"; datetime="Mon, 07 Dec 2009 04:24:53 GMT", ; rel="memento"; datetime="Sun, 14 Feb 2010 17:09:26 GMT", ; rel="next memento"; datetime="Wed, 24 Mar 2010 17:39:00 GMT", ; rel="last memento"; datetime="Wed, 25 Aug 2010 06:51:32 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: TLA-20100214132233-00708-ia360920-c/TLA-20100214165848-00809-ia360906.us.archive.org.warc.gz
server-timing: captures_list;dur=0.806086, exclusion.robots;dur=0.026587, exclusion.robots.policy;dur=0.012022, esindex;dur=0.012541, cdx.remote;dur=42.866340, LoadShardBlock;dur=176.168488, PetaboxLoader3.datanode;dur=145.576499, PetaboxLoader3.resolve;dur=428.593444, load_resource;dur=427.090600
x-app-server: wwwb-app212
x-ts: 200
x-tr: 781
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-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=()
content-encoding: gzip
mongodb's mongo at r0.1.1_rc1 - GitHub
This service is courtesy of Pledgie.
mongodb / mongo
- Source
- Commits
- Network (39)
- Downloads (52)
- Graphs
-
Tag:
r0.1.1_rc1
click here to add a description
click here to add a homepage
- Branches (7)
-
Tags (52)
- r1.3.2
- 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 /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Sat Nov 24 23:18:39 -0800 2007 | scripts [mongodb] |
![]() |
GNU-AGPL-3.0.txt | Tue Jul 22 06:45:40 -0700 2008 | license [erh] |
![]() |
README | Loading commit data... ![]() |
|
![]() |
bin/ | ||
![]() |
boost/ | ||
![]() |
db/ | ||
![]() |
grid/ | ||
![]() |
lib/ | Mon Nov 05 11:44:26 -0800 2007 | boost [dwight] |
![]() |
mongo.1 | ||
![]() |
mongo.xcodeproj/ | ||
![]() |
pcre-7.4/ | Sun Nov 04 10:11:38 -0800 2007 | pcre [dwight] |
![]() |
stdafx.cpp | ||
![]() |
stdafx.h | ||
![]() |
stdafx.h.gch | Fri Oct 19 16:35:48 -0700 2007 | first commit [dwight] |
![]() |
targetver.h | ||
![]() |
util/ |
README
Mongo Database README DOCUMENTATION https://www.10gen.com/wiki/db ORGANIZATION db/ : core database source code grid/ : socket messaging stuff util/ : util classes BUILDING cd db make clean && make RUNNING Run ./db and command line options will display. COMPILER VERSIONS Mongo has been tested with GCC 4.1.2 and Visual Studio 2008. Older versions of GCC may not be happy. NOTES Mongo uses the 10gen appserver and the Java Virtual Machine to execute user program code in the database. This feature is optional -- if you would like to run the database without these installed, run with the --nojni option. With --nojni specified, the db.eval() and $where features are no longer available. 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 should work fine with small development databases.