-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.html
179 lines (167 loc) · 11.4 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>About MongoDB Documentation — MongoDB Manual</title>
<link rel="shortcut icon" href="http://media.mongodb.org/favicon.ico" />
<meta name="robots" content="index" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="canonical" href="http://docs.mongodb.org/master/about" />
<link rel="stylesheet" href="_static/mongodb-docs.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '#',
VERSION: '2.2.2',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: false
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="search" type="application/opensearchdescription+xml" href="http://docs.mongodb.org/osd.xml" title="MongoDB Help"/>
<link rel="author" title="About these documents" href="#" />
<link rel="top" title="MongoDB Manual" href="index.html" />
<link rel="next" title="Installing MongoDB" href="installation.html" />
<link rel="prev" title="MongoDB Manual Contents" href="contents.html" />
<!-- Put the following javascript before the closing </head> tag. -->
<script>
(function() {
var cx = '017213726194841070573:WMX6838984';
var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s);
})();
</script>
</head>
<body>
<div class="document">
<div class="documentwrapper">
<div class="body">
<div id="cse-results"><gcse:searchresults></gcse:searchresults></div>
<div class="section" id="about-mongodb-documentation">
<h1>About MongoDB Documentation<a class="headerlink" href="#about-mongodb-documentation" title="Permalink to this headline">¶</a></h1>
<div class="section" id="about-mongodb">
<span id="meta-about-mongodb"></span><h2>About MongoDB<a class="headerlink" href="#about-mongodb" title="Permalink to this headline">¶</a></h2>
<p>MongoDB is a <a class="reference internal" href="reference/glossary.html#term-document"><em class="xref std std-term">document</em></a>-oriented database management system
designed for performance, horizontal scalability, high
availability, and advanced queryability. See the following <a class="reference external" href="http://www.mongodb.org/display/DOCS/">wiki
pages</a> for more information about MongoDB:</p>
<ul class="simple">
<li><a class="reference external" href="http://www.mongodb.org/display/DOCS/Introduction">Introduction</a></li>
<li><a class="reference external" href="http://www.mongodb.org/display/DOCS/Philosophy">Philosophy</a></li>
<li><a class="reference external" href="http://www.mongodb.org/display/DOCS/About">About</a></li>
</ul>
<p>If you want to download MongoDB, see the <a class="reference external" href="http://www.mongodb.org/downloads">downloads page</a>.</p>
<p>If you’d like to learn how to use MongoDB with your programming
language of choice, see the introduction to the <a class="reference internal" href="applications/drivers.html"><em>drivers</em></a>.</p>
</div>
<div class="section" id="about-the-documentation-project">
<span id="meta-about-documentation-project"></span><h2>About the Documentation Project<a class="headerlink" href="#about-the-documentation-project" title="Permalink to this headline">¶</a></h2>
<div class="section" id="this-manual">
<h3>This Manual<a class="headerlink" href="#this-manual" title="Permalink to this headline">¶</a></h3>
<p>The MongoDB documentation project provides a complete manual for the
MongoDB database.</p>
<div class="section" id="licensing">
<h4>Licensing<a class="headerlink" href="#licensing" title="Permalink to this headline">¶</a></h4>
<p>This manual is licensed under a Creative Commons
“<a class="reference external" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Attribution-NonCommercial-ShareAlike 3.0 Unported</a>”
(i.e. “CC-BY-NC-SA”) license.</p>
<p>The MongoDB Manual is copyright © 2011-2012 10gen, Inc.</p>
</div>
<div class="section" id="editions">
<h4>Editions<a class="headerlink" href="#editions" title="Permalink to this headline">¶</a></h4>
<p>In addition to the <<a class="reference external" href="http://docs.mongodb.org/manual/">http://docs.mongodb.org/manual/</a>> site, you can
also access this content in the following editions provided for your
convenience:</p>
<ul class="simple">
<li><a class="reference external" href="http://docs.mongodb.org/master/MongoDB-Manual.epub">ePub Format</a></li>
<li><a class="reference external" href="http://docs.mongodb.org/master/single/">Single HTML Page</a></li>
<li><a class="reference external" href="http://docs.mongodb.org/master/MongoDB-Manual.pdf">PDF Format</a></li>
</ul>
<p>PDF files that provide access to subsets of the MongoDB Manual:</p>
<ul class="simple">
<li><a class="reference external" href="http://docs.mongodb.org/master/MongoDB-reference-manual.pdf">MongoDB Reference Manual</a></li>
<li><a class="reference external" href="http://docs.mongodb.org/master/MongoDB-use-cases-guide.pdf">MongoDB Use Case Guide</a></li>
<li><a class="reference external" href="http://docs.mongodb.org/master/MongoDB-crud-guide.pdf">MongoDB CRUD Operation Introduction</a></li>
</ul>
<p>For Emacs users Info/Texinfo users, the following experimental Texinfo
manuals are available for offline use:</p>
<ul class="simple">
<li><a class="reference external" href="http://docs.mongodb.org/master/mongodb-manual-info.tar.gz">MongoDB Manual Texinfo</a> (tar.gz)</li>
<li><a class="reference external" href="http://docs.mongodb.org/master/mongodb-reference-info.tar.gz">MongoDB Reference Manual</a> (tar.gz)</li>
<li><a class="reference external" href="http://docs.mongodb.org/master/mongodb-crud-info.tar.gz">MongoDB CURD Operation Introduction</a> (tar.gz)</li>
</ul>
<div class="admonition important">
<p class="first admonition-title">Important</p>
<p class="last">The <tt class="docutils literal"><span class="pre">texinfo</span></tt> manuals are experimental. If you find
an issue with one of these editions, please file an issue in the
<a class="reference external" href="https://jira.mongodb.org/browse/DOCS">DOCS Jira project</a>.</p>
</div>
</div>
<div class="section" id="version-and-revisions">
<h4>Version and Revisions<a class="headerlink" href="#version-and-revisions" title="Permalink to this headline">¶</a></h4>
<p>This version of the manual reflects version 2.2.2 of MongoDB.</p>
<p>See the <a class="reference external" href="http://docs.mongodb.org">MongoDB Documentation Project Page</a>
for an overview of all editions and output formats of the MongoDB
Manual. You can see the full revision history and track ongoing
improvements and additions for all versions of the manual from its <a class="reference external" href="https://github.com/mongodb/docs">GitHub
repository</a>.</p>
<p>This edition reflects “<tt class="docutils literal"><span class="pre">master</span></tt>” branch of the documentation
as of the “<tt class="docutils literal"><span class="pre">0f84e9c14c68ea4f0de707c734c1f9ad7d18aca5</span></tt>” revision. This branch is explicitly accessible
via “<a class="reference external" href="http://docs.mongodb.org/master">http://docs.mongodb.org/master</a>” and you can always reference the commit of the
current manual in the <a class="reference external" href="http://docs.mongodb.org/master/release.txt">release.txt</a> file.</p>
<p>The most up-to-date, current, and stable version of the manual is
always available at “<a class="reference external" href="http://docs.mongodb.org/manual/">http://docs.mongodb.org/manual/</a>.”</p>
</div>
</div>
<div class="section" id="contributing-to-the-documentation">
<h3>Contributing to the Documentation<a class="headerlink" href="#contributing-to-the-documentation" title="Permalink to this headline">¶</a></h3>
<p>The entire source of the documentation is available in the <a class="reference external" href="https://github.com/mongodb/docs">docs
repository</a> along with all of the
other <a class="reference external" href="http://github.com/mongodb">MongoDB project repositories on GitHub</a>.
You can clone the repository by issuing the following command at your
system shell:</p>
<div class="highlight-sh"><div class="highlight"><pre>git clone git://github.com/mongodb/docs.git
</pre></div>
</div>
<p>If you have a GitHub account and want to fork this repository, you may
issue pull requests, and someone on the documentation team will merge
in your contributions promptly. In order to accept your changes to the
Manual, you have to complete the <a class="reference external" href="http://www.10gen.com/contributor">MongoDB/10gen Contributor Agreement</a>.</p>
<p>This project tracks issues at MongoDB’s <a class="reference external" href="https://jira.mongodb.org/browse/DOCS">DOCS</a> project.
If you see a problem with the documentation, please report it there.</p>
</div>
<div class="section" id="writing-documentation">
<h3>Writing Documentation<a class="headerlink" href="#writing-documentation" title="Permalink to this headline">¶</a></h3>
<p>The MongoDB Manual uses <a class="reference external" href="http://sphinx.pocoo.org/">Sphinx</a>, a
sophisticated documentation engine built upon <a class="reference external" href="http://docutils.sourceforge.net/">Python Docutils</a>. The original <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructured Text</a> files, as well as all
necessary Sphinx extensions and build tools, are available in the same
repository as the documentation.</p>
<p>You can view the documentation style guide and the build instructions
in reStructured Text files in the top-level of the <a class="reference external" href="https://github.com/mongodb/docs">documentation
repository</a>. If you have any
questions, please feel free to open a <a class="reference external" href="https://jira.mongodb.org/browse/DOCS">Jira Case</a>.</p>
</div>
</div>
</div>
<div id="btnv">
<ul id="btnvl">
<li id="btnvpr"><a href="contents.html" title="Previous Section: MongoDB Manual Contents">< MongoDB Manual Contents</a></li>
<li id="btnvnx"><a href="installation.html" title="Next Section: Installing MongoDB">Installing MongoDB ></a></li>
</ul>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
© Copyright 2011-2012, 10gen, Inc. Licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons</a>.
<p>MongoDB®, Mongo®, and the leaf logo are registered trademarks of 10gen, Inc.</p>
<p>The MongoDB Documentation Project uses <a href="https://github.com/mongodb/docs">GitHub</a>. Fork the repository and submit pull requests to contribute.</p>
<p>If you find any issues with the documentation feel free to open a <a href="http://jira.mongodb.org/browse/DOCS">Jira Case</a> and we'll work to resolve it promptly.</p>
</div>
</body>
</html>