Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AbdelStark/besu-storage-chronicle-map
ChronicleMap Besu storage
https://github.com/AbdelStark/besu-storage-chronicle-map
Last synced: 3 months ago
JSON representation
ChronicleMap Besu storage
- Host: GitHub
- URL: https://github.com/AbdelStark/besu-storage-chronicle-map
- Owner: AbdelStark
- License: apache-2.0
- Created: 2020-03-05T09:13:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T14:00:28.000Z (almost 5 years ago)
- Last Synced: 2024-11-02T16:06:04.920Z (3 months ago)
- Language: Java
- Size: 67.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-besu - Besu Storage ChronicleMap - A ChronicleMap store plugin. (Plugins)
README
# ChronicleMap Besu storage
## Usage
```shell script
./besu.sh --key-value-storage=chronicle-map-storage \
--plugin-chronicle-map-storage-average-key-size=32 \
--plugin-chronicle-map-storage-average-value-size=256 \
--plugin-chronicle-map-storage-entries=1000000
```