What is etcd?
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.
etcd is a tool in the Open Source Service Discovery category of a tech stack.
etcd is an open source tool with GitHub stars and GitHub forks. Here’s a link to etcd's open source repository on GitHub
Who uses etcd?
Companies
53 companies reportedly use etcd in their tech stacks, including Monzo, Upfluence, and XTRM-Service-Dev.
Developers
218 developers on StackShare have stated that they use etcd.
etcd Integrations
Traefik, Patroni, Vulcand, Torus, and Kocho are some of the popular tools that integrate with etcd. Here's a list of all 7 tools that integrate with etcd.
Pros of etcd
11
6
2
2
1
1
1
Blog Posts
etcd Alternatives & Comparisons
What are some alternatives to etcd?
Consul
Consul is a tool for service discovery and configuration. Consul is distributed, highly available, and extremely scalable.
Zookeeper
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.
Redis
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.
MongoDB
MongoDB stores data in JSON-like documents that can vary in structure, offering a dynamic, flexible schema. MongoDB was also designed for high availability and scalability, with built-in replication and auto-sharding.
Cassandra
Partitioning means that Cassandra can distribute your data across multiple machines in an application-transparent matter. Cassandra will automatically repartition as machines are added and removed from the cluster. Row store means that like relational databases, Cassandra organizes data by rows and columns. The Cassandra Query Language (CQL) is a close relative of SQL.