0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/rust/property-defs-rs/README.md
2024-09-02 16:38:27 +03:00

554 B

Event and property definitions generator (propdefs for short)

This consumes events from clickhouse_events_json and writes event and property definitions to postgres. It filters DB updates to avoid duplicate writes (writes are idempotent, but the DB load of writing every property definition every time would be too high).

Hoglets should check out the runbook for a detailed breakdown of how it's tuned for our current scale, and what metrics to look at and levers to pull if responding to an incident.