{"id":50517985,"url":"https://github.com/nervosnetwork/ckb-rocksdb","last_synced_at":"2026-06-03T01:30:52.253Z","repository":{"id":326670729,"uuid":"1105145661","full_name":"nervosnetwork/ckb-rocksdb","owner":"nervosnetwork","description":"A high-performance RocksDB wrapper tailored for Nervos CKB (Common Knowledge Base), with CKB-specific optimizations","archived":false,"fork":false,"pushed_at":"2025-12-21T06:09:45.000Z","size":2124,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-23T20:34:06.984Z","etag":null,"topics":["ckb","rocksdb","rust","wrapper-library"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/nervosnetwork.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","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":"2025-11-27T07:46:24.000Z","updated_at":"2026-04-02T04:44:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nervosnetwork/ckb-rocksdb","commit_stats":null,"previous_names":["nervosnetwork/ckb-rocksdb"],"tags_count":45,"template":false,"template_full_name":null,"purl":"pkg:github/nervosnetwork/ckb-rocksdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nervosnetwork%2Fckb-rocksdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nervosnetwork%2Fckb-rocksdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nervosnetwork%2Fckb-rocksdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nervosnetwork%2Fckb-rocksdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nervosnetwork","download_url":"https://codeload.github.com/nervosnetwork/ckb-rocksdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nervosnetwork%2Fckb-rocksdb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33844686,"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-02T02:00:07.132Z","response_time":109,"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":["ckb","rocksdb","rust","wrapper-library"],"created_at":"2026-06-03T01:30:51.379Z","updated_at":"2026-06-03T01:30:52.248Z","avatar_url":"https://github.com/nervosnetwork.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"ckb-rocksdb\n============\n[![Build Status](https://github.com/nervosnetwork/ckb-rocksdb/actions/workflows/rust.yml/badge.svg)](https://github.com/nervosnetwork/ckb-rocksdb/actions/workflows/rust.yml?query=branch%3Amaster)\n[![crates.io](https://img.shields.io/crates/v/ckb-rocksdb.svg)](https://crates.io/crates/ckb-rocksdb)\n[![documentation](https://docs.rs/ckb-rocksdb/badge.svg)](https://docs.rs/ckb-rocksdb)\n[![license](https://img.shields.io/crates/l/ckb-rocksdb.svg)](https://github.com/nervosnetwork/ckb-rocksdb/blob/master/LICENSE)\n[![Discord](https://img.shields.io/badge/chat-on%20Discord-7289DA.svg)](https://discord.com/invite/nervos)\n\nA high-performance RocksDB wrapper tailored for Nervos CKB (Common Knowledge Base), with CKB-specific optimizations\n\n## Requirements\n\n- Clang and LLVM\n\n## Contributing\n\nFeedback and pull requests welcome!  If a particular feature of RocksDB is\nimportant to you, please let me know by opening an issue, and I'll\nprioritize it.\n\n## Usage\n\nThis binding is statically linked with a specific version of RocksDB. If you\nwant to build it yourself, make sure you've also cloned the RocksDB and\ncompression submodules:\n\n    git submodule update --init --recursive\n\n## Compression Support\nBy default, support for the [Snappy](https://github.com/google/snappy),\n[LZ4](https://github.com/lz4/lz4), [Zstd](https://github.com/facebook/zstd),\n[Zlib](https://zlib.net), and [Bzip2](http://www.bzip.org) compression\nis enabled through crate features.  If support for all of these compression\nalgorithms is not needed, default features can be disabled and specific\ncompression algorithms can be enabled. For example, to enable only LZ4\ncompression support, make these changes to your Cargo.toml:\n\n```\n[dependencies.rocksdb]\ndefault-features = false\nfeatures = [\"lz4\"]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnervosnetwork%2Fckb-rocksdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnervosnetwork%2Fckb-rocksdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnervosnetwork%2Fckb-rocksdb/lists"}