tpcgen-cli 0.1.0-alpha.1

Command line tool for TPC benchmark data generation.
Documentation

tpcgen-cli

tpcgen-cli provides the command line interface for generating TPC-H and TPC-DS benchmark data.

Install

pip install tpcgen-cli

Examples

tpcgen-cli tpch -s 1 --output-dir /tmp/tpch
tpcgen-cli tpch csv -s 1 --output-dir /tmp/tpch
tpcgen-cli tpch parquet -s 100 --tables lineitem --parts 10 --output-dir /tmp/tpch