arena: A journaled data store
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.
Downloads
- arena-0.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1 |
---|---|
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> |
Revised | Revision 1 made by davean at 2016-03-15T21:28:00Z |
Category | Database |
Bug tracker | oss@xkcd.com |
Source repo | head: git clone http://git.xkrd.net/distributed-systems/arena.git |
Uploaded | by davean at 2016-03-15T20:28:23Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1204 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-03-15 [all 1 reports] |