ZHaskell / zoovisitor

Haskell client for ZooKeeper

Home Page:https://hackage.haskell.org/package/zoovisitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZooVisitor

Hackage

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

About

Haskell client for ZooKeeper

https://hackage.haskell.org/package/zoovisitor

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 80.7%Language:C 19.3%