{"id":18616749,"url":"https://github.com/sile/ekvsb","last_synced_at":"2025-08-06T15:17:29.143Z","repository":{"id":57623766,"uuid":"150762946","full_name":"sile/ekvsb","owner":"sile","description":"Benchmark Tool for Embedded Key-Value Stores available in Rust","archived":false,"fork":false,"pushed_at":"2024-02-18T11:19:18.000Z","size":140,"stargazers_count":22,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-03T01:26:03.217Z","etag":null,"topics":["benchmark","embedded-database","key-value-store","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/sile.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}},"created_at":"2018-09-28T15:50:41.000Z","updated_at":"2024-05-30T02:09:54.873Z","dependencies_parsed_at":"2024-02-18T12:27:26.176Z","dependency_job_id":"70346157-f689-4341-b80a-18d87f314b58","html_url":"https://github.com/sile/ekvsb","commit_stats":{"total_commits":69,"total_committers":2,"mean_commits":34.5,"dds":0.01449275362318836,"last_synced_commit":"989448ddb49f57710c7bba9006e801dc2f968591"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fekvsb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fekvsb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fekvsb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fekvsb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sile","download_url":"https://codeload.github.com/sile/ekvsb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248325280,"owners_count":21084901,"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":["benchmark","embedded-database","key-value-store","rust"],"created_at":"2024-11-07T03:37:48.702Z","updated_at":"2025-04-11T01:32:11.683Z","avatar_url":"https://github.com/sile.png","language":"Rust","readme":"ekvsb\n=====\n\n[![Crates.io: ekvsb](https://img.shields.io/crates/v/ekvsb.svg)](https://crates.io/crates/ekvsb)\n[![Documentation](https://docs.rs/ekvsb/badge.svg)](https://docs.rs/ekvsb)\n[![Build Status](https://travis-ci.org/sile/ekvsb.svg?branch=master)](https://travis-ci.org/sile/ekvsb)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\nBenchmark Tool for Embedded Key-Value Stores available in Rust\n\nSupported Key-Value Stores\n--------------------------\n\n- [HashMap](https://doc.rust-lang.org/std/collections/struct.HashMap.html) (volatile)\n- [BTreeMap](https://doc.rust-lang.org/std/collections/struct.BTreeMap.html) (volatile)\n- [FileSystem](https://docs.rs/ekvsb/0/ekvsb/kvs/struct.FileSystemKvs.html)\n- [RocksDB](https://crates.io/crates/rocksdb)\n- [Sled](https://crates.io/crates/sled)\n- [CannyLS](https://crates.io/crates/cannyls)\n\nInstallation\n------------\n\n```console\n# For RocksDB (on Debian)\n$ sudo apt install libclang1\n$ export C_INCLUDE_PATH=/usr/lib/gcc/x86_64-linux-gnu/6/include/\n\n$ cargo install ekvsb\n```\n\nExamples\n--------\n\n```console\n$ ekvsb workload put --count 100000 --value-size 1KiB | ekvsb run rocksdb /tmp/rocksdb | ekvsb summary\n{\n  \"oks\": 100000,\n  \"errors\": 0,\n  \"elapsed\": 1.5015379999996445,\n  \"ops\": 66598.38112656734,\n  \"latency\": {\n    \"min\": 9e-6,\n    \"median\": 0.000013,\n    \"p95\": 0.000023,\n    \"p99\": 0.000055,\n    \"max\": 0.004956\n  }\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsile%2Fekvsb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsile%2Fekvsb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsile%2Fekvsb/lists"}