0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-30 19:41:46 +01:00
posthog/ee
James Greenhill 1ed6263a71
Create Omni-Person model for managing people in Clickhouse (#1712)
* Create Omni-Person model for managing people in Clickhouse

* type fixes

* rebase all the things

* cleanups

* id -> uuid for events in clickhouse

* cleanups and type checks

* Further cleanups and uuid conversions

* kafka fix

* break out serializer across kafka clients

* fix a few bugs w/ datetime types

* basic fix for people kafka table

* fix migration errors (copy pasta errors)

* Use KafkaProducer for Omni Person emitting

* setup mock kafka producer

* undo some work for inserting

* Test TestKafkaProducer

* change if order, obvious mistake

* remove unnecessary function arg

* Fix getters for new column

* Test fixes

* mirror columns across element queries

* firm up handling of timestamps

* only return timestamps for handle_timestamp

* Correct heroku config for Kafka
2020-09-25 11:05:50 +01:00
..
api Organizations – models (#1674) 2020-09-24 00:53:51 +02:00
certs Publish events to Kafka for consumption (#1644) 2020-09-15 20:04:38 -07:00
clickhouse Create Omni-Person model for managing people in Clickhouse (#1712) 2020-09-25 11:05:50 +01:00
idl Clickhouse Elements Dedup (based on master) (#1698) 2020-09-24 06:47:28 -04:00
kafka Create Omni-Person model for managing people in Clickhouse (#1712) 2020-09-25 11:05:50 +01:00
management/commands clickhouse views and management commands (#1616) 2020-09-08 20:13:54 -07:00
migrations Fix Master EE code (#1701) 2020-09-24 06:14:17 -04:00
models Organizations – models (#1674) 2020-09-24 00:53:51 +02:00
tasks Personal API keys and Zapier integration (#1281) 2020-08-26 10:34:57 +02:00
__init__.py
apps.py
docker-compose.ch.yml refactor how we grab kafka_host to make it reusable for migrations (#1677) 2020-09-17 11:09:41 -07:00
LICENSE
settings.py Fix Master EE code (#1701) 2020-09-24 06:14:17 -04:00
urls.py Personal API keys and Zapier integration (#1281) 2020-08-26 10:34:57 +02:00