`time` 0.1 suffers from [RUSTSEC-2020-0071] and many upstream crates have tried to remove it for years. The last dependency is 1. `chrono-english` 2. `chrono` (default features) 3. `chrono` (oldtime) 4. `time` 0.1 `chrono-english` doesn't seem to be super well maintained, but I couldn't find a nice replacement for it. Luckily the master branch of `chrono-english` is already fixed, so let's just directly use that. [RUSTSEC-2020-0071]: https://rustsec.org/advisories/RUSTSEC-2020-0071 Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
benches | ||
schemas | ||
src | ||
Cargo.toml | ||
README.md |
README.md
iox_data_generator
The iox_data_generator
tool creates random data points according to a specification and loads them
into an iox
instance to simulate real data.
To build and run, first install Rust. Then from root of the influxdb_iox
repo run:
cargo build --release
And the built binary has command line help:
./target/release/iox_data_generator --help
For examples of specifications see the schemas folder. The full_example is the most comprehensive with comments and example output.