Inserts filtered benchmarking logs into a ClickHouse database. More...
Go to the source code of this file.
Namespaces | |
namespace | pipeline |
namespace | pipeline.insert_to_clickhouse |
Functions | |
None | pipeline.insert_to_clickhouse.insert_batch (str batch_id) |
Filters and inserts a batch of records into ClickHouse. | |
pipeline.insert_to_clickhouse.main () | |
CLI entrypoint for inserting a batch into ClickHouse. | |
Inserts filtered benchmarking logs into a ClickHouse database.
benchmark.performance
table in ClickHouse. It uses the clickhouse-driver to perform inserts and ensures that the table schema matches the format defined in pipeline.schema
..env
via scripts/config.py
DB_PATH
insert_batch(batch_id)
directly from other scripts or notebooks Definition in file insert_to_clickhouse.py.