Popularity
2.8
Growing
Activity
0.0
Stable
3
2
2

Monthly Downloads: 17
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Cloud     Distributed Computing    

grpc-etcd-client alternatives and similar packages

Based on the "Distributed Computing" category.
Alternatively, view grpc-etcd-client alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of grpc-etcd-client or a related project?

Add another 'Distributed Computing' Package

README

THIS REPO IS MOVING

NOTE: we'll be moving the code in this repository to https://github.com/haskell-grpc-native .

gRPC etcd client

This repository offers a native Haskell client to etcd over gRPC.

The repository is split into two parts:

  • the generated gRPC data types and typeclass constraints
  • a client library that projects can import and which can also be useful in GHCi

Most users will depend on the client library, which itself depends on the generated data types. A reason to split code this way is to simplify future change where code-generation from protobufs is streamlined in the build tool. Another reason is to create some nomenclature for generated GRPC data types and typeclasses.