Skip to content

examples

github-actions[bot] edited this page Aug 22, 2025 · 1 revision

Examples

Sample Events JSONL

  • Path: examples/events-sample.jsonl
  • Lines are JSON objects representing observed events. Minimal keys used by the simulator:
    • sql_text (string)
    • table (string, e.g., dbo.Customers)
    • column (string, e.g., dbo.Customers.Email)
    • value (string)

Run a dry‑run simulation against this file:

make simulate INPUT=examples/events-sample.jsonl

You can copy this file and tweak values to test rules, normalizers, and SELECT analysis.

Clone this wiki locally