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).
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
0.3.1-bp153.1.14 info | GA Release | 2021-03-06 | 15 SP3 |
|
|
0.3.1-bp152.3.16 info | GA Release | 2020-04-17 | 15 SP2 |
|
|
0.3.1-bp151.3.2 info | GA Release | 2019-07-17 | 15 SP1 |
|
|
0.3.1-bp150.1.3 info | GA Release | 2018-07-30 | 15 |
|
|