{"id":16714474,"url":"https://github.com/bluele/rkvs","last_synced_at":"2026-05-18T00:08:47.453Z","repository":{"id":142827490,"uuid":"171294905","full_name":"bluele/rkvs","owner":"bluele","description":"simple raft-based kvs","archived":false,"fork":false,"pushed_at":"2019-02-19T15:03:11.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T20:01:41.098Z","etag":null,"topics":["grpc","kvs","raft"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bluele.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-02-18T14:04:07.000Z","updated_at":"2023-10-20T22:45:44.000Z","dependencies_parsed_at":"2023-08-24T10:00:46.368Z","dependency_job_id":null,"html_url":"https://github.com/bluele/rkvs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bluele/rkvs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluele%2Frkvs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluele%2Frkvs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluele%2Frkvs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluele%2Frkvs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluele","download_url":"https://codeload.github.com/bluele/rkvs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluele%2Frkvs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33160168,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["grpc","kvs","raft"],"created_at":"2024-10-12T21:05:14.057Z","updated_at":"2026-05-18T00:08:47.438Z","avatar_url":"https://github.com/bluele.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rkvs\n\n## Build\n\n```\n$ dep ensure\n$ make build\n```\n\n## Getting Started\n\nFirst create a new cluster.\n```\n$ ./build/rkvs start --id=first --address=127.0.0.1:10000 --bootstrap=true\n# In another terminal\n$ ./build/rkvs start --id=second --address=127.0.0.1:10001 --join=first@127.0.0.1:10000\n```\n\nAfter creating the cluster, you can execute client commands.\n```\n$ ./build/rkvs servers\nsuffrage=0 id=first address=127.0.0.1:10000\nsuffrage=0 id=second address=127.0.0.1:10001\n$ ./build/rkvs kvs write key1 value1\n$ ./build/rkvs kvs read key1\nvalue1\n```\n\n## Author\n\n**Jun Kimura**\n\n* \u003chttp://github.com/bluele\u003e\n* \u003cjunkxdev@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluele%2Frkvs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluele%2Frkvs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluele%2Frkvs/lists"}