Commit Graph

4 Commits (db/shards_persisting_chaos_testing)

Author SHA1 Message Date
Sven Rebhan c07e237142
feat(influx_tools): Add export to parquet files (#25297)
Adds a command to export data into per-shard 
parquet files. To do so, the command iterates 
over the shards, creates a cumulative schema 
over the series of a measurement (i.e. a super-set 
of tags and fields) and exports the data to a 
parquet file per measurement and shard.
2025-06-02 10:59:54 -07:00
Stuart Carnie 23d1281b2a feat(influx_tools): Add gen-init and gen-exec commands
* gen-init initializes a database based on the provided CLI spec
* gen-exec generates the data for the target database based on the same
  CLI spec as gen-init
2018-12-12 07:38:21 -07:00
Stuart Carnie e832514355 pr(influx_tools): PR feedback 2018-07-02 09:45:37 -07:00
Stuart Carnie 0887b38a65 chore(influx_tools): Rename command influx-tools → influx_tools 2018-07-02 09:45:37 -07:00