{"id":17151112,"url":"https://github.com/nvinuesa/tobcast","last_synced_at":"2025-03-24T12:23:09.026Z","repository":{"id":144576688,"uuid":"221252834","full_name":"nvinuesa/tobcast","owner":"nvinuesa","description":"Total order broadcast algorithm implemented in Go","archived":false,"fork":false,"pushed_at":"2020-03-29T18:33:09.000Z","size":40,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-29T17:32:02.149Z","etag":null,"topics":["concensus","distributed-systems","golang"],"latest_commit_sha":null,"homepage":"https://underscorenico.github.io/blog/2019/11/12/total-order-broadcast","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/nvinuesa.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":"2019-11-12T15:41:07.000Z","updated_at":"2023-12-17T09:17:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc3aa8b2-3a3b-4814-90b7-00d6aeb18cf4","html_url":"https://github.com/nvinuesa/tobcast","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/nvinuesa%2Ftobcast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvinuesa%2Ftobcast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvinuesa%2Ftobcast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvinuesa%2Ftobcast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvinuesa","download_url":"https://codeload.github.com/nvinuesa/tobcast/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245267755,"owners_count":20587499,"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":["concensus","distributed-systems","golang"],"created_at":"2024-10-14T21:37:16.610Z","updated_at":"2025-03-24T12:23:09.000Z","avatar_url":"https://github.com/nvinuesa.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Total order broadcast (tobcast)\n\nPlease visit https://underscorenico.github.io/blog/2019/11/12/total-order-broadcast/ for implementation details.\n\n### Build\nThe project uses makefile, to build simply run: \n\n```bash\nmake all\n```\n\nand to test it simply run:\n\n```bash\nmake test\n```\nor \n\n```bash\nmake test-race\n```\n\n### Run\n\nRun the binary:\n\n```bash\n.bin/github.com/underscorenico/tobcast\n```\n\nNote: keep in mind that every time you run the binary, the configuration is read, so you need to update the \ntcp listen port every time you launch a new instance.\n\n### Dependency\n\nIf you want to use tobcast as a Go dependency simply: \n\n```bash\ngo get github.com/underscorenico/tobcast/tobcast\n```\n\nand import it in your project:\n\n```go\nimport \"github.com/underscorenico/tobcast/pkg/tobcast\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvinuesa%2Ftobcast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnvinuesa%2Ftobcast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvinuesa%2Ftobcast/lists"}