Skip to content

Added the mincePy ODM library to documented tools #502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion doc/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ Humongolus
possible. The code is available for download
`at GitHub <https://github.com/entone/Humongolus>`_. Tutorials and usage
examples are also available at GitHub.

MincePy
`MincePy <https://mincepy.readthedocs.io/en/latest/>`_ is an
object-document mapper (ODM) designed to make any Python object storable
and queryable in a MongoDB database. It is designed with machine learning
and big-data computational and experimental science applications in mind
but is entirely general and can be useful to anyone looking to organise,
share, or process large amounts data with as little change to their current
workflow as possible.

Ming
`Ming <http://merciless.sourceforge.net/>`_ (the Merciless) is a
Expand All @@ -71,7 +80,7 @@ MotorEngine
It implements the same modeling APIs to be data-portable, meaning that a
model defined in MongoEngine can be read in MotorEngine. The source is
`available on GitHub <http://github.com/heynemann/motorengine>`_.

uMongo
`uMongo <https://umongo.readthedocs.io/>`_ is a Python MongoDB ODM.
Its inception comes from two needs: the lack of async ODM and the
Expand Down