rocksdb-haskell: Haskell bindings to RocksDB

[ bsd3, database, ffi, library ] [ Propose Tags ]

From http://rocksdb.org:

RocksDB is an embeddable persistent key-value store for fast storage. RocksDB can also be the foundation for a client-server database but our current focus is on embedded workloads.

RocksDB builds on LevelDB to be scalable to run on servers with many CPU cores, to efficiently use fast storage, to support IO-bound, in-memory and write-once workloads, and to be flexible to allow for innovation.


[Skip to Readme]

Modules

  • Database
    • Database.RocksDB
      • Database.RocksDB.Base
      • Database.RocksDB.C
      • Database.RocksDB.Internal
      • Database.RocksDB.Iterator
      • Database.RocksDB.Types

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 1.0.0, 1.0.1
Dependencies base (>=3 && <5), binary, bytestring, data-default, directory, filepath, resourcet (>0.3.2), transformers [details]
License BSD-3-Clause
Copyright Copyright (c) 2012-2014 The leveldb-haskell Authors, Copyright (c) 2014 The rocksdb-haskell Authors
Author Kim Altintop, Alexander Thiemann et.al. (see AUTHORS file)
Maintainer Serokell <hi@serokell.io>
Category Database, FFI
Home page http://github.com/serokell/rocksdb-haskell
Bug tracker http://github.com/serokell/rocksdb-haskell/issues
Source repo head: git clone git://github.com/serokell/rocksdb-haskell.git
Uploaded by gromak at 2017-12-03T13:15:11Z
Distributions LTSHaskell:1.0.1, NixOS:1.0.1, Stackage:1.0.1
Reverse Dependencies 6 direct, 1 indirect [details]
Downloads 7279 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-12-03 [all 3 reports]

Readme for rocksdb-haskell-1.0.1

[back to package description]

This library provides Haskell bindings to RocksDB

Build Status Windows build status

History

Version 0.1.0:

  • initial release of this fork.

Installation

Prerequisites:

To install the latest version from hackage:

$ cabal install rocksdb-haskell

To install from checked-out source:

$ cabal install

Notes

This library is in very early stage and has seen very limited testing. Comments and contributions are welcome.

Bugs and Contributing

Please report issues via http://github.com/serokell/rocksdb-haskell/issues.
Patches are best submitted as pull requests.

License

BSD 3, see LICENSE file.