Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 9955584118b2135ac21554fe39454ae6 > files > 225

python2-bson-3.7.2-1.mga7.armv7hl.rpm

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
   bulk
   datetimes
   geo
   gevent
   gridfs
   high_availability
   mod_wsgi
   tailable
   tls