How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
A registry for resilient mid-tier load balancing and failover.
The main features of bilibili/discovery are: Server Applications, Server Applications and Infrastructure.
Projects with overlapping indexed features include: getfider/fider — Fider Feedback • Fider Demo • Docs • Contributing. krotik/dudeldu. cortesi/devd — A local webserver for developers. checkr/flagr. coreos/etcd — etcd is a distributed key-value store and configuration store designed to maintain a consistent set of data across a… markphelps/flipt — Flipt is a Git-native feature management platform and enterprise feature toggle server. It uses Git repositories as…
etcd is a distributed key-value store and configuration store designed to maintain a consistent set of data across a cluster of nodes. It functions as a reliable registry for storing and synchronizing critical settings and metadata used by distributed applications. The system implements the Raft consensus algorithm to ensure data consistency and leader election across servers. To protect data transfers and verify node identities, it utilizes a network security layer based on mutual TLS and client certificates. Its capabilities cover distributed configuration management, cluster state synchro
A local webserver for developers