{"id":50826054,"url":"https://github.com/andrearcaina/hyperion","last_synced_at":"2026-06-13T19:03:59.286Z","repository":{"id":349839312,"uuid":"1199834381","full_name":"andrearcaina/hyperion","owner":"andrearcaina","description":"a distributed, reliable key-value database using Raft consensus algorithm","archived":false,"fork":false,"pushed_at":"2026-05-07T14:48:01.000Z","size":55,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-07T16:44:01.307Z","etag":null,"topics":["consensus","distributed-database","distributed-systems","go","key-value","raft"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrearcaina.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-02T18:57:38.000Z","updated_at":"2026-05-07T15:05:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/andrearcaina/hyperion","commit_stats":null,"previous_names":["andrearcaina/hyperion"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrearcaina/hyperion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrearcaina%2Fhyperion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrearcaina%2Fhyperion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrearcaina%2Fhyperion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrearcaina%2Fhyperion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrearcaina","download_url":"https://codeload.github.com/andrearcaina/hyperion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrearcaina%2Fhyperion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34296388,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","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":["consensus","distributed-database","distributed-systems","go","key-value","raft"],"created_at":"2026-06-13T19:03:58.467Z","updated_at":"2026-06-13T19:03:59.274Z","avatar_url":"https://github.com/andrearcaina.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hyperion\n\na Raft-based distributed reliable key-value database\n\n### Overview\n\nnow able to spin up multiple HTTP servers with their separate Raft node now\n\nbasically how it works is when you start a `hyprd` node, it will create a HTTP server and a Raft store (node)\n\nthe HTTP server will listen for incoming requests (either through `curl` or `hyprctl`) and forward them to Raft\n\nRaft then records those requests as a log entry, sends them to other `hyprd` nodes, agrees on a majority and then applies/commits them to the underlying key-value database (BadgerDB)\n\nfor more information on Raft and distributed key value databases check out the [docs](docs/) page\n\n### Roadmap\n\n- [x] Create file structure\n- [x] Get working DB and spin HTTP server with `hyprd`\n- [x] Implement Raft for consensus between nodes (single node for now)\n    - [x] Add support for clustering and replication\n- [x] Implement `hyprctl` CLI to interact with running `hyprd` nodes\n- [ ] Add gRPC API support because why not\n- [ ] Add Docker and Kubernetes support instead of just processes\n- [x] Add documentations and useful things I learnt (upkeep as much as possible)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrearcaina%2Fhyperion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrearcaina%2Fhyperion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrearcaina%2Fhyperion/lists"}