{"id":24792596,"url":"https://github.com/praths71018/8_building-a-distributed-key-value-store-with-etcd","last_synced_at":"2026-04-16T17:35:31.057Z","repository":{"id":230325802,"uuid":"777155064","full_name":"praths71018/8_Building-a-Distributed-Key-Value-Store-with-etcd","owner":"praths71018","description":"Cloud Computing Project done by batch 8 on building a distributed key-value store with etcd","archived":false,"fork":false,"pushed_at":"2024-04-08T09:51:29.000Z","size":10544,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T20:42:19.315Z","etag":null,"topics":["cloud-computing","etcd3","etcdv3","flask","key-value-store"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/praths71018.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-25T10:06:28.000Z","updated_at":"2024-04-24T02:24:56.000Z","dependencies_parsed_at":"2025-01-29T20:38:12.514Z","dependency_job_id":"ce50b70f-f169-41ad-8b5e-3cf37ae45cc6","html_url":"https://github.com/praths71018/8_Building-a-Distributed-Key-Value-Store-with-etcd","commit_stats":null,"previous_names":["praths71018/8_building-a-distributed-key-value-store-with-etcd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praths71018%2F8_Building-a-Distributed-Key-Value-Store-with-etcd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praths71018%2F8_Building-a-Distributed-Key-Value-Store-with-etcd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praths71018%2F8_Building-a-Distributed-Key-Value-Store-with-etcd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praths71018%2F8_Building-a-Distributed-Key-Value-Store-with-etcd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/praths71018","download_url":"https://codeload.github.com/praths71018/8_Building-a-Distributed-Key-Value-Store-with-etcd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245296675,"owners_count":20592251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloud-computing","etcd3","etcdv3","flask","key-value-store"],"created_at":"2025-01-29T20:38:01.123Z","updated_at":"2025-10-18T03:44:18.730Z","avatar_url":"https://github.com/praths71018.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Building a Distributed Key - Value Store with etcd\n\n## Introduction\n\nEtcd is an open-source distributed key value store that provides strong consistency and survivability of data. Its major characteristics :\n\n- **Distributed Key-Value Store**: Etcd is an open-source distributed key-value store.\n- **Strong Consistency**: It provides strong consistency guarantees, ensuring that data is always up-to-date and consistent across the cluster.\n- **High Availability**: Etcd's distributed architecture ensures high availability by replicating data across multiple nodes. This ensures that the system remains operational even if some nodes fail.\n- **Survivability**: It can survive network partitions and node failures, ensuring that data remains accessible and consistent under adverse conditions.\n- **Use Cases**: Etcd is suitable for building highly available applications requiring data integrity and availability, such as service discovery, configuration management, distributed locking, and coordination among distributed systems.\n- **Simple API**: It offers a simple and efficient API for storing, retrieving, and managing key-value pairs, abstracting away the complexities of distributed systems.\n- **Watch Functionality**: Etcd supports watch functionality, enabling real-time notification of changes to data, making it suitable for building reactive and event-driven systems.\n- **Resilient Architecture**: Etcd empowers developers to architect resilient and scalable distributed applications with ease, ensuring data consistency and availability across their infrastructure.\n\n## Setting up Single Node Cluster\n\n1. Launch etcd server :\n\n   ```bash\n    etcd\n    {\"level\":\"info\",\"ts\":\"2021-09-17T09:19:32.783-0400\",\"caller\":\"etcdmain/etcd.go:72\",\"msg\":... }\n    ⋮\n   ```\n\n2. A single node cluster is setup , refer https://etcd.io/docs/v3.5/quickstart/ .\n\n## Running Single Node Cluster\n\n1. Start Single node cluster in terminal\n\n2. Run below command in another terminal to run the program.\n\n```bash\npython main.py\n```\n\n## Demonstration\n\n![1gif](https://github.com/praths71018/8_Building-a-Distributed-Key-Value-Store-with-etcd/blob/main/Images/1.gif)\n\n## Functionality\n1. Inserting values in key value format\n2. Retrieving value given key as input\n3. Deleting value given key as input\n4. Display all values\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraths71018%2F8_building-a-distributed-key-value-store-with-etcd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpraths71018%2F8_building-a-distributed-key-value-store-with-etcd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraths71018%2F8_building-a-distributed-key-value-store-with-etcd/lists"}