mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 09:14:46 +01:00
adeb7694cc
* Publish events to Kafka for consumption * Commit avro idl's for event schemas * convert client to use github.com/dpkp/kafka-python * events loaded into clickhouse from Kafka * remove cruft * Publish events to Kafka for consumption * convert client to use github.com/dpkp/kafka-python * remove cruft * include kafka migrations * bugfixes for migrations * use constants for consistency * wrap up local migrations * small fixes * tune ups
6 lines
215 B
Python
6 lines
215 B
Python
KAFKA_EVENTS = "clickhouse_events"
|
|
KAFKA_ELEMENTS = "clickhouse_elements"
|
|
KAFKA_ELEMENTS_GROUP = "clickhouse_elements_group"
|
|
KAFKA_PERSON = "clickhouse_person"
|
|
KAFKA_PERSON_UNIQUE_ID = "clickhouse_person_unique_id"
|