{"id":37201114,"url":"https://github.com/rocketbitz/raft-hyperleveldb","last_synced_at":"2026-01-14T23:11:16.538Z","repository":{"id":57630880,"uuid":"145154532","full_name":"rocketbitz/raft-hyperleveldb","owner":"rocketbitz","description":"Raft backend using InfluxData's HyperLevelDB","archived":false,"fork":false,"pushed_at":"2018-08-17T20:12:59.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-17T15:05:05.546Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/rocketbitz.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}},"created_at":"2018-08-17T18:34:16.000Z","updated_at":"2019-07-30T07:07:40.000Z","dependencies_parsed_at":"2022-09-26T20:11:34.360Z","dependency_job_id":null,"html_url":"https://github.com/rocketbitz/raft-hyperleveldb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rocketbitz/raft-hyperleveldb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketbitz%2Fraft-hyperleveldb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketbitz%2Fraft-hyperleveldb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketbitz%2Fraft-hyperleveldb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketbitz%2Fraft-hyperleveldb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rocketbitz","download_url":"https://codeload.github.com/rocketbitz/raft-hyperleveldb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketbitz%2Fraft-hyperleveldb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28437936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-14T23:11:15.985Z","updated_at":"2026-01-14T23:11:16.480Z","avatar_url":"https://github.com/rocketbitz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# raft-hyperleveldb\nRaft backend using HyperDex's HyperLevelDB\n\n## Use Case\n\nDrop it in instead of BoltDB if your workload is highly concurrent and write intensive. See their [writeup](http://hyperdex.org/performance/leveldb/) for more details\n\n## Example\n```go\nlogStore, _ := rafthyperleveldb.NewHyperLevelDBStore(\"/path/to/raft/db\", rafthyperleveldb.High)\n\nmyRaft, _ := raft.NewRaft(config, (*fsm)(c), logStore, logStore, snapshots, transport)\n```\n## Benchmark\nHyperLevelDB:\n```\nBenchmarkHyperLevelDBStore_FirstIndex-8          1000000              1031 ns/op\nBenchmarkHyperLevelDBStore_LastIndex-8           1000000              1477 ns/op\nBenchmarkHyperLevelDBStore_GetLog-8              2000000               935 ns/op\nBenchmarkHyperLevelDBStore_StoreLog-8             200000              9662 ns/op\nBenchmarkHyperLevelDBStore_StoreLogs-8            100000             17323 ns/op\nBenchmarkHyperLevelDBStore_DeleteRange-8          100000             19645 ns/op\nBenchmarkHyperLevelDBStore_Set-8                  200000              9936 ns/op\nBenchmarkHyperLevelDBStore_Get-8                 2000000               795 ns/op\nBenchmarkHyperLevelDBStore_SetUint64-8            200000              9086 ns/op\nBenchmarkHyperLevelDBStore_GetUint64-8           2000000               856 ns/op\n```\n\n## Remarks\n\nCredit to https://github.com/tidwall/raft-leveldb for the original raft-leveldb\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketbitz%2Fraft-hyperleveldb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocketbitz%2Fraft-hyperleveldb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketbitz%2Fraft-hyperleveldb/lists"}