{"id":18707297,"url":"https://github.com/dlarocque/raft","last_synced_at":"2025-11-09T08:30:38.122Z","repository":{"id":112181581,"uuid":"594217557","full_name":"dlarocque/raft","owner":"dlarocque","description":"Raft consensus algorithm","archived":false,"fork":false,"pushed_at":"2023-04-03T04:55:28.000Z","size":94,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T07:20:14.752Z","etag":null,"topics":["consensus-algorithm","distributed-systems"],"latest_commit_sha":null,"homepage":"","language":"Go","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/dlarocque.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":"2023-01-27T21:55:21.000Z","updated_at":"2023-04-17T17:40:47.000Z","dependencies_parsed_at":"2024-12-28T08:15:12.746Z","dependency_job_id":null,"html_url":"https://github.com/dlarocque/raft","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/dlarocque%2Fraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlarocque%2Fraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlarocque%2Fraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlarocque%2Fraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlarocque","download_url":"https://codeload.github.com/dlarocque/raft/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239571540,"owners_count":19661164,"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":["consensus-algorithm","distributed-systems"],"created_at":"2024-11-07T12:17:25.366Z","updated_at":"2025-11-09T08:30:38.064Z","avatar_url":"https://github.com/dlarocque.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raft\n\nBased off of MIT Distributed Systems Lab 2: https://pdos.csail.mit.edu/6.824/labs/lab-raft.html\n\n## Run tests\n\nIn `internal/raft`,\n\n```sh\ngo test\n```\n\n## Running Tests With Logging\n\nIf you have `internal/raft/dslogs` in your path,\n\n```sh\nVERBOSE=1 go test | dslogs -c \u003cnum_columns\u003e\n```\n\nTo run a specific test with logs,\n\n```sh\nVERBOSE=1 go test -run \u003ctest_name\u003e | dslogs -c \u003cnum_columns\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlarocque%2Fraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlarocque%2Fraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlarocque%2Fraft/lists"}