arena: A journaled data 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]

arena provides durable storage of data and summaries of that data. On insert, data is written to a journal. Each piece of data is added to a running summary of the current journal. When the summary indicates the correct amount of data has accumulated, the journal data is moved, as a block accompanied by its summary, to long-term storage. The data type, summary type, and accumulation policy are configurable.

Properties

Versions 0.1, 0.1
Change log None available
Dependencies base (>=4.8 && <5), bytes (>=0.14), bytestring (>=0.10.4.1), containers (>=0.5.4.0), digest (>=0.0.1.2), directory (>=1.2.5.0), filepath (>=1.2.0.0), mtl (>=2.2), persistent-vector (>=0.1.1), safe (>=0.3), semigroups (>=0.17), unix (>=2.7.1.0) [details]
License BSD-3-Clause
Copyright Copyright (C) 2015-2016 davean
Author davean
Maintainer davean <davean@xkcd.com>
Category Database
Bug tracker oss@xkcd.com
Source repo head: git clone http://git.xkrd.net/distributed-systems/arena
Uploaded by davean at 2016-03-15T20:26:04Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees