{"id":17717601,"url":"https://github.com/al8n/rafty","last_synced_at":"2025-10-10T09:52:29.604Z","repository":{"id":117410950,"uuid":"379638826","full_name":"al8n/rafty","owner":"al8n","description":"Raft algorithm implementation based on Tokio async runtime.","archived":false,"fork":false,"pushed_at":"2021-09-26T15:50:14.000Z","size":221,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T06:01:53.181Z","etag":null,"topics":["raft","raft-algorithm","raft-consensus","raft-consensus-algorithm","raft-protocol","rust","rust-crate","rust-library","tokio"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/al8n.png","metadata":{"files":{"readme":"README-zh_CN.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":"2021-06-23T14:54:28.000Z","updated_at":"2021-09-26T15:50:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"690c693b-afce-4aa3-b14f-00d67b35fdb4","html_url":"https://github.com/al8n/rafty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/al8n/rafty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al8n%2Frafty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al8n%2Frafty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al8n%2Frafty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al8n%2Frafty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/al8n","download_url":"https://codeload.github.com/al8n/rafty/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al8n%2Frafty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003411,"owners_count":26083582,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["raft","raft-algorithm","raft-consensus","raft-consensus-algorithm","raft-protocol","rust","rust-crate","rust-library","tokio"],"created_at":"2024-10-25T14:27:07.222Z","updated_at":"2025-10-10T09:52:29.576Z","avatar_url":"https://github.com/al8n.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eRafty\u003c/h1\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n\nRaft algorithm implementation supports both sync and async([Tokio](https://github.com/tokio-rs/tokio)).\n\n[English](README,md) | 简体中文\n\n[\u003cimg alt=\"github\" src=\"https://img.shields.io/badge/GITHUB-rafty-8da0cb?style=for-the-badge\u0026logo=Github\" height=\"22\"\u003e][Github-url]\n[\u003cimg alt=\"Build\" src=\"https://img.shields.io/badge/Build-passing-brightgreen?style=for-the-badge\u0026logo=Github-Actions\" height=\"22\"\u003e][CI-url]\n[\u003cimg alt=\"codecov\" src=\"https://img.shields.io/codecov/c/gh/al8n/rafty?style=for-the-badge\u0026token=ILYW8QO2Y8\u0026logo=codecov\" height=\"22\"\u003e][codecov-url]\n\n[\u003cimg alt=\"rustc\" src=\"https://img.shields.io/badge/rustc-1.52.0--nightly%2B-fc8d62.svg?style=for-the-badge\u0026logo=Rust\" height=\"22\"\u003e][rustc-url]\n[\u003cimg alt=\"rustc\" src=\"https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=for-the-badge\u0026logo=Apache\" height=\"22\"\u003e][license-url]\n\n\n\u003c/div\u003e\n\n#### License\n\n\u003csup\u003e\nLicensed under \u003ca href=\"LICENSE\"\u003eApache License, Version\n2.0\u003c/a\u003e.\n\u003c/sup\u003e\n\u003cbr\u003e\n\u003csub\u003e\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in this crate by you, as defined in the Apache-2.0 license.\n\u003c/sub\u003e\n\n[Github-url]: https://github.com/al8n/rafty/\n[CI-url]: https://github.com/al8n/rafty\n[codecov-url]: https://app.codecov.io/gh/al8n/rafty/\n[license-url]: https://opensource.org/licenses/Apache-2.0\n[rustc-url]: https://github.com/rust-lang/rust/blob/master/RELEASES.md\n[rustc-image]: https://img.shields.io/badge/rustc-1.52.0--nightly%2B-orange.svg?style=for-the-badge\u0026logo=Rust","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal8n%2Frafty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fal8n%2Frafty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal8n%2Frafty/lists"}