haskey: A transcatoinal, ACID compliant, embeddable key-value store.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Haskey is a transactional, ACID compliant, embeddable, scalable key-value store written entirely in Haskell.

For more information on how to use this package, visit https://github.com/haskell-haskey/haskey


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.1.0
Change log None available
Dependencies async (>=2.1 && <3), base (>=4.7 && <5), binary (>=0.6 && <0.9 || >0.9 && <1), bytestring (>=0.10 && <1), containers (>=0.5 && <1), directory (>=1.2 && <2), exceptions (>=0.8.3 && <0.9), filepath (>=1.4 && <2), focus (>=0.1.2 && <0.2), haskey, haskey-btree (>=0.1 && <1), list-t (>=0.2 && <2), lz4 (>=0.2 && <1), mtl (>=2.1 && <3), semigroups (>=0.12 && <1), stm (>=2.1 && <3), stm-containers (>=0.2 && <1), text (>=1.2 && <2), transformers (>=0.3 && <1), unix (>=2.7.1.0 && <3), xxhash-ffi (>=0.1.0.1 && <1) [details]
License BSD-3-Clause
Copyright Copyright (c) 2017, Henri Verroken, Steven Keuchel
Author Henri Verroken, Steven Keuchel
Maintainer steven.keuchel@gmail.com
Category Database
Home page https://github.com/haskell-haskey
Source repo head: git clone https://github.com/haskell-haskey/haskey
Uploaded by hverr at 2017-08-24T12:26:09Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for haskey-0.1.0.1

[back to package description]

haskey

Travis Coverage Hackage Stackage Nightly Stackage LTS

Haskey is a transactional, ACID compliant, embeddable, scalable key-value store written entirely in Haskell. It was developed as part of the Summer of Haskell 2017 project.

An introductory blog post on Haskey can be found here.

Disclaimer: Haskey is not production ready yet. We are still actively making changes to the public API and the internals, as well as the binary format.