Skip to content

Commit 7f1644c

Browse files
authored
Added the mincePy ODM library to documented tools (#502)
1 parent 87e1d4b commit 7f1644c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

doc/tools.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ Humongolus
4747
possible. The code is available for download
4848
`at GitHub <https://github.com/entone/Humongolus>`_. Tutorials and usage
4949
examples are also available at GitHub.
50+
51+
MincePy
52+
`MincePy <https://mincepy.readthedocs.io/en/latest/>`_ is an
53+
object-document mapper (ODM) designed to make any Python object storable
54+
and queryable in a MongoDB database. It is designed with machine learning
55+
and big-data computational and experimental science applications in mind
56+
but is entirely general and can be useful to anyone looking to organise,
57+
share, or process large amounts data with as little change to their current
58+
workflow as possible.
5059

5160
Ming
5261
`Ming <http://merciless.sourceforge.net/>`_ (the Merciless) is a
@@ -71,7 +80,7 @@ MotorEngine
7180
It implements the same modeling APIs to be data-portable, meaning that a
7281
model defined in MongoEngine can be read in MotorEngine. The source is
7382
`available on GitHub <http://github.com/heynemann/motorengine>`_.
74-
83+
7584
uMongo
7685
`uMongo <https://umongo.readthedocs.io/>`_ is a Python MongoDB ODM.
7786
Its inception comes from two needs: the lack of async ODM and the

0 commit comments

Comments
 (0)