Package Info

ghc-etcd


Client for etcd, a highly-availability key value store


Development/Libraries/Haskell

etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines. It’s open-source and available on GitHub. etcd gracefully handles leader elections during network partitions and will tolerate machine failure, including the leader.

Your applications can read and write data into etcd. A simple use-case is to store database connection details or feature flags in etcd as key value pairs. These values can be watched, allowing your app to reconfigure itself when they change.

Advanced uses take advantage of the consistency guarantees to implement database leader elections or do distributed locking across a cluster of workers.


License: Unlicense
URL: https://hackage.haskell.org/package/etcd

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
1.0.5-bp150.1.3 info GA Release 2018-07-30 15
  • AArch64
  • ppc64le
  • x86-64
  • ghc-etcd
  • ghc-etcd-devel