{"id":17339996,"url":"https://github.com/resetius/miniraft","last_synced_at":"2025-07-26T13:06:50.069Z","repository":{"id":148504779,"uuid":"619998393","full_name":"resetius/miniraft","owner":"resetius","description":"Simple Raft implementaion using Python","archived":false,"fork":false,"pushed_at":"2023-03-30T15:40:19.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T13:25:34.405Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/resetius.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":"2023-03-27T20:37:50.000Z","updated_at":"2023-04-16T09:47:13.000Z","dependencies_parsed_at":"2023-06-16T16:15:56.877Z","dependency_job_id":null,"html_url":"https://github.com/resetius/miniraft","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resetius%2Fminiraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resetius%2Fminiraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resetius%2Fminiraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resetius%2Fminiraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/resetius","download_url":"https://codeload.github.com/resetius/miniraft/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245807817,"owners_count":20675619,"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":[],"created_at":"2024-10-15T15:43:42.481Z","updated_at":"2025-03-27T08:25:27.988Z","avatar_url":"https://github.com/resetius.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raft\n\nThis is a simple Raft implementation using Python Programming Language.\nFor the implementation I use the reference raft paper: https://raft.github.io/raft.pdf\n\nUsage:\n```\n$ python3 main.py 1 # start node 1\n$ python3 main.py 2 # start node 2\n$ python3 main.py 3 # start node 3\n...\n$ python3 client.py # start client\n\u003e type smth\n... # see messages replication in nodes logs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresetius%2Fminiraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fresetius%2Fminiraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresetius%2Fminiraft/lists"}