janjagusch / minimalkv

A minimal key-value store interface for binary data (maintained fork of simplekv).

Home Page:https://minimalkv.readthedocs.io/en/latest/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minimal key-value storage api

minimalkv is an API for very basic key-value stores used for small, frequently accessed data or large binary blobs. Its basic interface is easy to implement and it supports a number of backends, including the filesystem, SQLAlchemy, MongoDB, Redis and Amazon S3/Google Storage.

Installation

minimalkv is available on PyPI and can be installed through pip:

pip install minimalkv

or via conda on conda-forge:

conda install -c conda-forge minimalkv

Documentation

The documentation for minimalkv is available at https://minimalkv.readthedocs.io.

License

minimalkv is MIT licensed.

About

A minimal key-value store interface for binary data (maintained fork of simplekv).

https://minimalkv.readthedocs.io/en/latest/index.html

License:Other


Languages

Language:Python 99.0%Language:HCL 1.0%