32 packages tagged with “etcd”
A C# .NET (dotnet) GRPC client for etcd v3+. 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.
An etcd client library for .Net
Microphone.Core Class Library
A simple C# client for etcd
A .NET etcd client
etcd .net client cloned from https://github.com/drusellers/etcetera
Microphone.Asp5 Class Library
Microphone.Etcd Class Library
Microphone.Nancy Class Library
Get configuration from etcd configuration center.
A CM Catalog implementation using etcd.
Etcd based configuration provider for Microsoft.Extensions.Configuration
Nuget package for etcd v3 cpp client
gRPC/Protocol Buffers definitions for interacting with etcd from .NET.
Etcd ConfigurationProvider for the aspnetcore configuration system.
Let the etcd as a configuration source.
Apq.Cfg 的 Etcd 配置中心扩展,支持热重载
Simple yet useful .net etcd v3 grpc client
Etcd configuration provider implementation for Microsoft.Extensions.Configuration.
Fork to use pure .NET Core version of Grpc.Net.Client A C# .NET (dotnet) GRPC client for etcd v3+. 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.