Skip to content

DEBS 2022 Case Study - #107

Merged
zzylol merged 5 commits into
mainfrom
debs_benchmarking
Apr 7, 2026
Merged

zzylol merged 5 commits into
mainfrom
debs_benchmarking

Conversation

@GnaneshGnani

@GnaneshGnani GnaneshGnani commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

Summary

DEBS 2022 Grand Challenge evaluation prep: documentation, analysis tooling, and a script to fetch the public CSV corpus. Large CSVs under data/ and data_filtered/ are not committed (see datasets_eval/debs/.gitignore); use the script and filter_data.py locally.

Dataset

  • Corpus: Zenodo 6382482
  • Paper: arXiv:2206.13237 — query definitions and challenge description
  • Streams: full feed (data/) vs last-trade filtered (data_filtered/); methodology in DEBS_2022/03_benchmark_methodology.md

What this PR adds

Path Role
datasets_eval/debs/DEBS_2022/01_dataset_statistics.md Field meanings, window stats, cardinality, per-query matrix
datasets_eval/debs/DEBS_2022/02_benchmark_queries.md Q1–Q12 specs, OTLP mapping, processor hints, validation
datasets_eval/debs/DEBS_2022/03_benchmark_methodology.md Throughput / latency / sketch-finance procedures, controller API
datasets_eval/debs/DEBS_2022/README.md Doc index and pipeline overview
datasets_eval/debs/analysis/ Scripts and summarized results where tracked
datasets_eval/debs/download_data.sh Downloads debs2022-gc-trading-day-*.csv into datasets_eval/debs/data/ (idempotent)

After download, build filtered CSVs:

cd datasets_eval/debs/analysis/code && python3 filter_data.py

Follow-up (separate stacked PRs)

  • Controller: sketch selection and agent-generated collector YAML for DEBS workloads
  • datasets_eval/debs/benchmark/: replay, Prometheus scrape, compare, per-query ground truth for Q1–Q8; Q9–Q12 are throughput/latency only (no sketch-finance GT in this stack)

Related

  • Open PRs in this stack: controller → benchmark core → debs_q1debs_q8

@GnaneshGnani
GnaneshGnani requested a review from zzylol April 1, 2026 01:31
@zzylol
zzylol merged commit 0f3ef67 into main Apr 7, 2026
@zzylol
zzylol deleted the debs_benchmarking branch April 7, 2026 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants