{"id":31527086,"url":"https://github.com/vrnvu/distributed-leveldb","last_synced_at":"2026-04-11T20:36:23.650Z","repository":{"id":59044440,"uuid":"379187686","full_name":"vrnvu/distributed-leveldb","owner":"vrnvu","description":"distributed leveldb with raft","archived":false,"fork":false,"pushed_at":"2021-06-25T08:52:50.000Z","size":180,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-25T14:43:21.629Z","etag":null,"topics":["db","distributed","leveldb","raft","raft-consensus-algorithm","raft-protocol"],"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/vrnvu.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}},"created_at":"2021-06-22T07:56:03.000Z","updated_at":"2022-12-07T08:01:00.000Z","dependencies_parsed_at":"2022-09-11T04:52:19.336Z","dependency_job_id":null,"html_url":"https://github.com/vrnvu/distributed-leveldb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vrnvu/distributed-leveldb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrnvu%2Fdistributed-leveldb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrnvu%2Fdistributed-leveldb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrnvu%2Fdistributed-leveldb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrnvu%2Fdistributed-leveldb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vrnvu","download_url":"https://codeload.github.com/vrnvu/distributed-leveldb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrnvu%2Fdistributed-leveldb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31695163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T20:18:30.949Z","status":"ssl_error","status_checked_at":"2026-04-11T20:18:29.982Z","response_time":54,"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":["db","distributed","leveldb","raft","raft-consensus-algorithm","raft-protocol"],"created_at":"2025-10-03T21:57:27.591Z","updated_at":"2026-04-11T20:36:23.611Z","avatar_url":"https://github.com/vrnvu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# distributed-db\n\n- [Reference LevelDB vs RockDB](https://medium.com/walmartglobaltech/https-medium-com-kharekartik-rocksdb-and-embedded-databases-1a0f8e6ea74f)\n\n- [Why we built CockroachDB on top of RocksDB](https://www.cockroachlabs.com/blog/cockroachdb-on-rocksd/)\n\n- [Netflix, applcation data caching using ssds](https://netflixtechblog.com/application-data-caching-using-ssds-5bf25df851ef)\n\n# To RUN\n\n```\n$  go run main.go -id node0 ./node0\n$  go run main.go -id node1 -haddr 127.0.0.1:11001 -raddr 127.0.0.1:12001 -join :11000 ./node1\n$  go run main.go -id node2 -haddr 127.0.0.1:11002 -raddr 127.0.0.1:12002 -join :11000 ./node2\n$  curl -XPOST localhost:11000/key -d '{\"user1\": \"batman\"}'\n$  curl -XGET localhost:11000/key/user1\n```\n\nMakefile, only tests\n\n```\nmake test\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrnvu%2Fdistributed-leveldb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvrnvu%2Fdistributed-leveldb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrnvu%2Fdistributed-leveldb/lists"}