distributed-process-zookeeper: A Zookeeper back-end for Cloud Haskell.
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.
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.
Properties
Versions | 0.2.0.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0 |
---|---|
Change log | None available |
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:08:45Z |
Modules
[Index]
- Control
- Distributed
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
Package maintainers
For package maintainers and hackage trustees