{"id":20347160,"url":"https://github.com/ourway/graft","last_synced_at":"2026-05-07T21:44:05.898Z","repository":{"id":66127466,"uuid":"340838062","full_name":"ourway/graft","owner":"ourway","description":"An implementation of the raft consensus algorithm, allowing you to create distributed replicated state machines.","archived":false,"fork":false,"pushed_at":"2021-02-21T06:58:43.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T22:43:08.590Z","etag":null,"topics":["elixir-library","raft","raft-algorithm","raft-consensus","raft-consensus-algorithm","raft-protocol"],"latest_commit_sha":null,"homepage":"https://farshid.ashouri.org/posts/what-is-raft","language":"Elixir","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/ourway.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":"2021-02-21T06:54:54.000Z","updated_at":"2021-02-21T06:58:13.000Z","dependencies_parsed_at":"2023-03-10T23:38:26.013Z","dependency_job_id":null,"html_url":"https://github.com/ourway/graft","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ourway%2Fgraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ourway%2Fgraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ourway%2Fgraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ourway%2Fgraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ourway","download_url":"https://codeload.github.com/ourway/graft/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241877461,"owners_count":20035416,"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":["elixir-library","raft","raft-algorithm","raft-consensus","raft-consensus-algorithm","raft-protocol"],"created_at":"2024-11-14T22:15:35.505Z","updated_at":"2026-05-07T21:44:05.869Z","avatar_url":"https://github.com/ourway.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graft\nGraft offers an Elixir implementation of the raft consensus algorithm, allowing the creation of a distributed cluster of servers, where each server manages a replicated state machine. The `Graft.Machine` behaviour allows users to define their own replicated state machines, that may handle user defined client requests.\n\nIn this project's documentation you will find terminology that has been defined in the [raft paper](https://raft.github.io/raft.pdf). The docs do not go into specifics of the raft algorithm, so if you wish to learn more about how raft achieves consensus, the [official raft webpage](https://raft.github.io/) is a great place to start.\n\n## Installation\nTo install the package, add it to your dependency list in `mix.exs`.\n\n```elixir\ndef deps do\n    [{:graft, \"~\u003e 0.1.0\"}]\nend\n```\n\n## Documentation\nFind the full documentation as well as examples here.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fourway%2Fgraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fourway%2Fgraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fourway%2Fgraft/lists"}