@hackage zoovisitor0.2.7.0
A haskell binding to Apache Zookeeper C library(mt) using Haskell Z project.
Installation
Tested Compilers
Dependencies (4)
- Z-Data >=0.7.2 && <1.5 || ^>=2.0
- base >=4.12 && <5
- bytestring >=0.10.10.0 && <0.13
- exceptions ^>=0.10 Show all…
Dependents (0)
ZooVisitor
An Apache zookeeper client for Haskell.
Tested with libzookeeper-mt [3.4, 3.6], a higher version should work but not guaranteed.
NOTE: this library is still in development.
Features
-
Simple
- Does not require knowledge of the C APIs
- Does not require malloc and free memory manually
- High-level api written in Haskell
-
Safe
- Type safe
- A failure action should throw an exception
-
Fast
- All underlying calls are non-blocking, you can use Haskell lightweight threads to speed up your tasks.
- The speed should be compatible to C implementation