Crates.io | billion-row-gen |
lib.rs | billion-row-gen |
version | 0.1.0 |
source | src |
created_at | 2024-02-27 05:07:25.112092 |
updated_at | 2024-02-27 05:07:25.112092 |
description | Generates a large number of rows for the one billion row challenge |
homepage | |
repository | |
max_upload_size | |
id | 1154535 |
size | 847,850 |
Generates one billion rows of data for the 1BRC
https://github.com/gunnarmorling/1brc
cargo install billion-row-gen
Defaults:
./data/weather_stations.csv
file to generate
the weather station names../data/measurements.txt
.All of these options may be configured:
billion-row-gen \
--rows 1000 \
--weather-stations ./data/weather.csv \
--output ./data/out.txt