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). | 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. | 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. |
You announce your service by submitting JSON over HTTP to SkyDNS with information about your service. This information will then be available for queries either via DNS or HTTP.;SkyDNS requires that services submit an HTTP request to update their TTL within the TTL they last supplied. If the service fails to do so within this timeframe SkyDNS will expire the service automatically. This will allow for nodes to fail and DNS to reflect this quickly.;You can find services by querying SkyDNS via any DNS client or utility. It uses a known domain syntax with wildcards to find matching services. | - | - |
Statistics | ||
GitHub Stars 2.2K | GitHub Stars - | GitHub Stars 12.7K |
GitHub Forks 304 | GitHub Forks - | GitHub Forks 3.8K |
Stacks 8 | Stacks 812 | Stacks 289 |
Followers 23 | Followers 1.0K | Followers 779 |
Votes 2 | Votes 43 | Votes 70 |
Pros & Cons | ||
Pros
| Pros
| Pros
Cons
|
Integrations | ||
| No integrations available | No integrations available | |

Consul is a tool for service discovery and configuration. Consul is distributed, highly available, and extremely scalable.

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.

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.

Scaling a web infrastructure requires services, and building a service-oriented infrastructure is hard. Make it EASY, with SmartStack’s automated, transparent service discovery and registration: cruise control for your distributed infrastructure.

Serf is a service discovery and orchestration tool that is decentralized, highly available, and fault tolerant. Serf runs on every major platform: Linux, Mac OS X, and Windows. It is extremely lightweight: it uses 5 to 10 MB of resident memory and primarily communicates using infrequent UDP messages.

It is an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.

It is an open source web service that lists software development project dependencies and alerts developers to new versions of the software libraries they are using.

It is a next-generation data discovery and observability tool for enterprises and startups that help to efficiently democratize data, powers collaboration of data science and data engineering teams, significantly reduces time to data discovery, cuts on data downtime and offers a modern, easy-to-use environment with quick time-to-value. It makes all your data entities reliable, observable, and easily discoverable.

A ZooKeeper "personality" for etcd. Point a ZooKeeper client at zetcd to dispatch the operations on an etcd cluster. Protocol encoding and decoding heavily based on go-zookeeper.

Baker Street is an HAProxy-based client side load balancer that simplifies scaling, testing, and upgrading microservices.