Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
> **TEST REPOSITORY**
>
> This is a test repository used for Sourcegraph testing purposes only. It is not a real project, it is not maintained, and it should not be used or relied on for anything.

## Repository metadata

| Field | Value |
| --- | --- |
| Organization | `github.com/sourcegraph-testing` |
| Repository | `etcd` |
| Upstream project | [etcd-io/etcd](https://github.com/etcd-io/etcd) |
| Purpose | Fixture data for Sourcegraph search, navigation, and batch change testing |
| Maintained | No |
| Accepts contributions | No |
| Primary language | Go |
| Upstream license | Apache-2.0 |

## Random facts about etcd

- The name comes from the Unix `/etc` configuration directory plus `d` for "distributed".
- It was created at CoreOS in 2013 and became a CNCF graduated project in 2020.
- It uses the Raft consensus algorithm to replicate state across members.
- It is the default datastore behind every Kubernetes cluster, holding all cluster state.
- By convention it listens on port 2379 for clients and 2380 for peer traffic.
- Clusters are usually sized to an odd number of members (3, 5, 7) so a majority quorum survives failures.

---

# etcd

[![Go Report Card](https://goreportcard.com/badge/github.com/etcd-io/etcd?style=flat-square)](https://goreportcard.com/report/github.com/etcd-io/etcd)
Expand Down