Metadata-Version: 2.1
Name: hadrodb
Version: 0.0.2
Summary: KV Store
Home-page: https://github.com/mabel-dev/hadrodb/
Author: @joocer
Author-email: justin.joyce@joocer.com
Maintainer: @joocer
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICES

# HadroDB

[![PyPI Latest Release](https://img.shields.io/pypi/v/hadrodb.svg)](https://pypi.org/project/hadrodb/)
[![codecov](https://codecov.io/gh/mabel-dev/hadrodb/branch/main/graph/badge.svg?token=nl9JwOVdPs)](https://codecov.io/gh/mabel-dev/hadrodb)
[![Downloads](https://static.pepy.tech/badge/hadro)](https://pepy.tech/project/hadro)

HadroDB is based on [CaskDB](https://github.com/avinassh/py-caskdb) which is based on [Bitcask](https://riak.com/assets/bitcask-intro.pdf).


## License

[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/mabel-dev/hadrodb/blob/main/LICENSE)
[![Notices](https://img.shields.io/badge/-Notices-darkgreen.svg)](https://github.com/mabel-dev/hadrodb/blob/main/LICENSE)

## Status

[![Status](https://img.shields.io/badge/Status-alpha-orange)](https://github.com/mabel-dev/opteryx)

HadroDB is in alpha. Alpha means different things to different people, to us, being alpha means:

- Interfaces may be significantly changed
- The data file format is unstable
- Key functionality is missing
- Bugs probably exist which make this system unsuitable for any business use
