Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Consul is a tool for service discovery and configuration. Consul is distributed, highly available, and extremely scalable. | Serving over 200 billion feature flags daily to help software teams build better software, faster. LaunchDarkly helps eliminate risk for developers and operations teams from the software development cycle. |
Service Discovery - Consul makes it simple for services to register themselves and to discover other services via a DNS or HTTP interface. External services such as SaaS providers can be registered as well.;Health Checking - Health Checking enables Consul to quickly alert operators about any issues in a cluster. The integration with service discovery prevents routing traffic to unhealthy hosts and enables service level circuit breakers.;Key/Value Storage - A flexible key/value store enables storing dynamic configuration, feature flagging, coordination, leader election and more. The simple HTTP API makes it easy to use anywhere.;Multi-Datacenter - Consul is built to be datacenter aware, and can support any number of regions without complex configuration. | Create custom environments;Team management;Create goals;Target or exclude user segments;New Relic integration;Optimizely integration;Audit logging;Custom roles and permissions |
Statistics | |
GitHub Stars 29.5K | GitHub Stars - |
GitHub Forks 4.5K | GitHub Forks - |
Stacks 1.2K | Stacks 322 |
Followers 1.5K | Followers 309 |
Votes 213 | Votes 6 |
Pros & Cons | |
Pros
| Pros
|

Eureka is a REST (Representational State Transfer) based service that is primarily used in the AWS cloud for locating services for the purpose of load balancing and failover of middle-tier servers.

A centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications.

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 master elections during network partitions and will tolerate machine failure, including the master.

Cross-platform feature flag service for Teams. It is a hosted or on-premise service with a web app for feature management, and SDKs for all major programming languages and technologies.

It is a simple feature management system. It gives you great overview of all feature toggles across all your applications. You decide who is exposed to which feature.

The main goal of this project is to provide simple and robust facilities for loadbalancing and high-availability to Linux system and Linux based infrastructures.

Airship is a modern product flagging framework that gives the right people total control over what your customers see & experience - without deploying code.

Open-source Go microservice supports feature flagging, A/B testing, and dynamic configuration. Logs data records and impressions.

Feature flags as a service for data-driven teams: Split automatically tracks changes to key metrics during every feature rollout. Split serves billions of impressions, helping organizations of all sizes to rapidly turn ideas into products.

SkyDNS is a distributed service for announcement and discovery of services. It leverages Raft for high-availability and consensus, and utilizes DNS queries to discover available services. This is done by leveraging SRV records in DNS, with special meaning given to subdomains, priorities and weights (more info here: http://blog.gopheracademy.com/skydns).