distributed-process-zookeeper: A Zookeeper back-end for Cloud Haskell.
Provides service and node discovery for Cloud Haskell applications using a Zookeeper cluster for name registration, lookups and leader election. Uses the hzk bindings to the Zookeeper multi-threaded C library.
Objectives and features:
Compatible with distributed-process-p2p API - can work as a drop-in replacement.
No dependencies beyond those already included by distributed-process, hzk and network-transport-tcp.
Automatic registration of local names to Zookeeper.
Global singleton processes with leader election and re-elections on leader exit.
Check out the example.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
zkexamples | Build example programs. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- distributed-process-zookeeper-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0 |
---|---|
Dependencies | base (>=4.6 && <4.8), binary (>=0.7.1.0 && <0.8), bytestring (>=0.10.0.0 && <0.11), containers (>=0.5.0.0 && <0.6), deepseq (>=1.3.0.0 && <1.4), distributed-process (>=0.5.3 && <0.6), distributed-process-zookeeper, hzk (>=2.1.0 && <2.2), mtl (>=2.2.1 && <2.3), network (>=2.6.0.2 && <2.7), network-transport (>=0.4.1.0 && <0.5), network-transport-tcp (>=0.4.1 && <0.5), transformers (>=0.4.2.0 && <0.5) [details] |
License | BSD-3-Clause |
Copyright | Jeremy Huffman |
Author | Jeremy Huffman |
Maintainer | jeremy@jeremyhuffman.com |
Category | Control, Cloud Haskell |
Home page | https://github.com/jeremyjh/distributed-process-zookeeper |
Source repo | head: git clone git://github.com/jeremyjh/distributed-process-zookeeper.git |
Uploaded | by jeremyjh at 2015-03-14T15:10:05Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | boss |
Downloads | 3148 total (15 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-03-14 [all 1 reports] |