mongo-python-driver/doc/examples/index.rst
2022-11-08 11:13:34 -08:00

38 lines
700 B
ReStructuredText

Examples
========
The examples in this section are intended to give in depth overviews
of how to accomplish specific tasks with MongoDB and PyMongo.
Unless otherwise noted, all examples assume that a MongoDB instance is
running on the default host and port. Assuming you have `downloaded
and installed <http://www.mongodb.org/display/DOCS/Getting+Started>`_
MongoDB, you can start it like so:
.. code-block:: bash
$ mongod
.. toctree::
:maxdepth: 1
aggregation
authentication
collations
copydb
custom_type
bulk
datetimes
geo
gevent
gridfs
high_availability
mod_wsgi
server_selection
tailable
timeouts
tls
type_hints
encryption
uuid