@hackage / zoovisitor

A haskell binding to Apache Zookeeper C library(mt) using Haskell Z project.

Latest0.2.7.0

About

Metadata

  • Last updated , by lyndward
  • License BSD-3-Clause
  • Categories Databases
  • Maintained by: mu@laxcat.xyz

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.4.8
  2. 9.2.8
  3. 9.0.2
  4. 8.10.7

Readme

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