Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 301 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 301 Bytes

outcomes-lookup

Small utility to look up outcomes in the outcomes dataset.

Building

$cargo build --release

Running

$ export OUTCOMES_LOOKUP_DSN=tcp://hostname-of-clickhouse-server
$ outcomes-lookup -p PROJECT_ID EVENT_ID

For faster lookup pass --day or --from/--to.