{"id":19784313,"url":"https://github.com/alexprut/raft","last_synced_at":"2025-07-19T04:05:05.127Z","repository":{"id":67790699,"uuid":"239553905","full_name":"alexprut/raft","owner":"alexprut","description":"An implementation of Raft in Go ","archived":false,"fork":false,"pushed_at":"2020-05-20T09:13:12.000Z","size":605,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T13:21:29.224Z","etag":null,"topics":["algorithm","consensus","consensus-algorithm","go","golang","p2p","raft"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexprut.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":"2020-02-10T16:09:37.000Z","updated_at":"2021-05-21T08:32:32.000Z","dependencies_parsed_at":"2023-02-21T04:31:22.566Z","dependency_job_id":null,"html_url":"https://github.com/alexprut/raft","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexprut/raft","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexprut%2Fraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexprut%2Fraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexprut%2Fraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexprut%2Fraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexprut","download_url":"https://codeload.github.com/alexprut/raft/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexprut%2Fraft/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265887495,"owners_count":23844414,"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":["algorithm","consensus","consensus-algorithm","go","golang","p2p","raft"],"created_at":"2024-11-12T06:11:10.509Z","updated_at":"2025-07-19T04:05:05.108Z","avatar_url":"https://github.com/alexprut.png","language":"Go","readme":"Raft\n====\nAn implementation of the [Raft](https://raft.github.io/raft.pdf) consensus algorithm in Go. The following implementation includes: Leader Election.\nLog Replication, Membership Changes and Log Compaction is currently work in progress.\n\n### Build\n```\ngo build client.go\n```\n```\ngo build server.go\n```\n\n### Test\n```\ngo test\n```\n\n### Run\n```\n./server localhost:8001 localhost:8002 localhost:8003 localhost:8004 localhost:8005\n./server localhost:8002 localhost:8001 localhost:8003 localhost:8004 localhost:8005\n./server localhost:8003 localhost:8001 localhost:8002 localhost:8004 localhost:8005\n./server localhost:8004 localhost:8001 localhost:8002 localhost:8003 localhost:8005\n./server localhost:8005 localhost:8001 localhost:8002 localhost:8003 localhost:8004\n```\n\n```\n./client localhost:8001 localhost:8002 localhost:8003 localhost:8004 localhost:8005\n```\n\nLicense\n=======\nLicensed under [MIT](https://github.com/alexprut/raft/blob/master/LICENSE).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexprut%2Fraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexprut%2Fraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexprut%2Fraft/lists"}