Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 4.3.6 to 4.3.7. - [Release notes](https://github.com/sunng87/handlebars-rust/releases) - [Changelog](https://github.com/sunng87/handlebars-rust/blob/v4.3.7/CHANGELOG.md) - [Commits](https://github.com/sunng87/handlebars-rust/compare/v4.3.6...v4.3.7) --- updated-dependencies: - dependency-name: handlebars dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@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.