Skip to content

lucasdicioccio/etcd-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Haskell etcd client using the gRPC binding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published