File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,15 @@ Humongolus
47
47
possible. The code is available for download
48
48
`at GitHub <https://github.com/entone/Humongolus >`_. Tutorials and usage
49
49
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.
50
59
51
60
Ming
52
61
`Ming <http://merciless.sourceforge.net/ >`_ (the Merciless) is a
@@ -71,7 +80,7 @@ MotorEngine
71
80
It implements the same modeling APIs to be data-portable, meaning that a
72
81
model defined in MongoEngine can be read in MotorEngine. The source is
73
82
`available on GitHub <http://github.com/heynemann/motorengine >`_.
74
-
83
+
75
84
uMongo
76
85
`uMongo <https://umongo.readthedocs.io/ >`_ is a Python MongoDB ODM.
77
86
Its inception comes from two needs: the lack of async ODM and the
You can’t perform that action at this time.
0 commit comments