Skip to content

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

License

Notifications You must be signed in to change notification settings

data-engineering-collective/minimalkv

Folders and files

NameName
Last commit message
Last commit date
Nov 6, 2023
Nov 6, 2023
Nov 6, 2023
Jan 31, 2023
Nov 6, 2023
Jan 25, 2023
Nov 6, 2023
Nov 6, 2023
May 19, 2017
Apr 20, 2021
Jul 28, 2015
Apr 2, 2021
Apr 9, 2020
Oct 4, 2022
Jan 20, 2023
Nov 14, 2022
Feb 23, 2021
Nov 6, 2023

Repository files navigation

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.