influxdb/iox_data_generator
dependabot[bot] b2c1532d3a
chore(deps): Bump regex from 1.8.4 to 1.9.0 (#8160)
* chore(deps): Bump regex from 1.8.4 to 1.9.0

Bumps [regex](https://github.com/rust-lang/regex) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.8.4...1.9.0)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: Run cargo hakari tasks

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CircleCI[bot] <circleci@influxdata.com>
Co-authored-by: Dom <dom@itsallbroken.com>
2023-07-06 12:48:27 +00:00
..
benches feat: make data generator handle failed requests (#6397) 2022-12-13 21:35:23 +00:00
schemas feat: add data generator schema to simulate eu load (#6429) 2022-12-17 17:32:46 +00:00
src feat(parquet): reduce and limit buffering when writing parquet files (#7880) 2023-05-31 13:27:32 +00:00
Cargo.toml chore(deps): Bump regex from 1.8.4 to 1.9.0 (#8160) 2023-07-06 12:48:27 +00:00
README.md fix: Remove outdated documentation that discusses Kafka 2023-04-14 13:08:21 -04:00

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.