-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sanjay Kumar Srikakulam edited this page Apr 6, 2022
·
2 revisions
- pykvstores is a Python package for key-value store management.
- Provides a set of key-value store implementations using different backends like LMDB, Pyarrow's plasma, Ray's plasma.
- The key-value store implementations offer a unified interface and a dictionary-like access to the key-value stores.
- The key-value store implementations are multi-process safe.