MongoDB-backed Python dict-like interface

Edit Package python-mongodict

So you are storing some key-values in a dict but your data became huge than
your memory or you want to persist it on the disk?
Then mongodict is for you!

As it uses MongoDB to store the data, you get all cool
MongoDB things, like shardings and replicas. It uses
the `pickle` module available on Python standard library to
serialize/deserialize data and store everything as bson.Binary in MongoDB.
You can also provide another codec (serializer/deserializer).

Refresh
Refresh
Source Files
Filename Size Changed
_service 0000000058 58 Bytes
_service:download_files:mongodict-0.3.1.tar.gz 0000026451 25.8 KB
python-mongodict-0.3.1-newer-pymongo.patch 0000002983 2.91 KB
python-mongodict.changes 0000000173 173 Bytes
python-mongodict.spec 0000003985 3.89 KB
Latest Revision
Oleg Girko's avatar Oleg Girko (ol) committed (revision 2)
* Sat Oct 03 2015 Oleg Girko <ol@infoserver.lv> 0.3.1-2
- Use random port for mongod during tests
Comments 0