@hackage / acid-state-dist

A replication backend for acid-state

Latest0.1.0.1

About

Metadata

  • Last updated , by maxvoit
  • License MIT
  • Categories Databases
  • Maintained by: <max.voit+hdv@with-eyes.net>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    debug (off by default)

    enable debug output

Readme

acid-state-dist

A replication backend for acid-state.

Run an acid-state application on multiple nodes and have all instances operate on the same state. Two operation modes are provided:

  • Regular operation: without redundancy guarantees but fast,
  • Redundant operation: guarantees replication on n nodes but slower.

Extented documentation is available via Haddock (/Hackage, as soon as released).

For questions and feedback, feel free to contact me by e-mail max.voit+hdv@with-eyes.net or via IRC (sdx23 on irc.freenode.net).