RocksDB UI
Version, currently 0.0.1-alpha1 version
- 0.0.1-alphalatestAug 3, 2021
github.com/Sander-V-D/rocksdb_ui
A small web UI to view and edit RocksDBs.
3 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
RocksDB UI:
github: Sander-V-D/rocksdb_ui
version: ~> 0.0.1-alphaThen run:
shards installshard.yml
- Crystal
~> 0.36.1
Dependencies
Runtime Dependencies
- rocksdb1.0.0github: maiha/rocksdb.cr
README
# RocksDB UI
A small web application that allows users to interact graphically with a RocksDB UI.
Uses the RocksDB client for Crystal from maiha: ([https://github.com/maiha/rocksdb.cr](https://github.com/maiha/rocksdb.cr))
More than a bit rough around the edges.
## Prerequisites
A working Crystal installation, version 0.36.1. See [here](https://crystal-lang.org/install/).
Alternatively, you can install Crystal via [asdf](https://asdf-vm.com/) or on mac via HomeBrew (`brew install crystal@0.36.1`).
## Installation
1. Clone repo (`git clone https://github.com/Sander-V-D/rocksdb_ui.git`)
2. Run `shards install` in folder
3. (optional) Run `crystal build rocksdb_ui.cr --release --no-debug`.
## Usage
You can use the program via `crystal rocksdb_ui.cr ${/path/to/rocksdb/folder}`.
If you performed the optional step, you can alternatively use `./rocksdb_ui ${/path/to/rocksdb/folder}` (on macOS and Linux)
After that, visit [http://localhost:8080](http://localhost:8080) for the UI.
## Contributing
1. Fork it ( https://github.com/Sander-V-D/rocksdb_ui/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request
## Contributors
- [Sander-V-D](https://github.com/Sander-V-D) - creatorDocumentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.0.1-alpha- Tagged
- Aug 3, 2021
- Commit
fbdbee96f022- Crystal
~> 0.36.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/Sander-V-D/rocksdb_ui
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 12, 2026
- Synced
- Aug 12, 2026
- Versions
- 1