0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/livestream
2024-10-03 16:45:44 -07:00
..
configs chore: add sentry to liveevents (#23057) 2024-06-19 21:23:55 +00:00
mocks feat: livestream service tests (#24209) 2024-08-06 15:08:34 -07:00
.gitignore chore: move livestream to posthog monorepo (#23044) 2024-06-18 15:38:53 +00:00
.mockery.yaml feat: livestream service tests (#24209) 2024-08-06 15:08:34 -07:00
configs.go feat: livestream service tests (#24209) 2024-08-06 15:08:34 -07:00
db.go chore: add sentry to liveevents (#23057) 2024-06-19 21:23:55 +00:00
deploy.sh chore: move livestream to posthog monorepo (#23044) 2024-06-18 15:38:53 +00:00
docker-compose.yml fix(insights): Fix interval for total value queries (#23037) 2024-06-19 09:11:38 +00:00
Dockerfile fix: docker was not building for live events (#24382) 2024-08-14 15:14:43 -07:00
event_test.go feat: livestream service tests (#24209) 2024-08-06 15:08:34 -07:00
event.go chore: move livestream to posthog monorepo (#23044) 2024-06-18 15:38:53 +00:00
filter_test.go chore: set defaults for message payload and remove custom unmarshaller (#25377) 2024-10-03 15:41:24 -07:00
filter.go chore: set defaults for message payload and remove custom unmarshaller (#25377) 2024-10-03 15:41:24 -07:00
geoip_test.go feat: livestream service tests (#24209) 2024-08-06 15:08:34 -07:00
geoip.go feat: livestream service tests (#24209) 2024-08-06 15:08:34 -07:00
go.mod feat: livestream service tests (#24209) 2024-08-06 15:08:34 -07:00
go.sum feat: livestream service tests (#24209) 2024-08-06 15:08:34 -07:00
handlers.go chore: move livestream to posthog monorepo (#23044) 2024-06-18 15:38:53 +00:00
index.html chore: move livestream to posthog monorepo (#23044) 2024-06-18 15:38:53 +00:00
jwt_test.go feat: livestream service tests (#24209) 2024-08-06 15:08:34 -07:00
jwt.go feat: add api_token to livestream jwt claims (#23082) 2024-06-19 14:25:55 +02:00
kafka_test.go feat: livestream service tests (#24209) 2024-08-06 15:08:34 -07:00
kafka.go chore: use the wrapper token if it exists (#25381) 2024-10-03 16:45:44 -07:00
live_stats.go fix: Fix TTL to be time.Second based (#24383) 2024-08-14 15:58:36 -07:00
main_test.go feat: add universal 60 sec event counter to livestream (#24380) 2024-08-14 14:28:07 -07:00
main.go feat: add universal 60 sec event counter to livestream (#24380) 2024-08-14 14:28:07 -07:00
posthog.go chore: add sentry to liveevents (#23057) 2024-06-19 21:23:55 +00:00
README.md chore: move livestream to posthog monorepo (#23044) 2024-06-18 15:38:53 +00:00
served.go fix: Fix TTL to be time.Second based (#24383) 2024-08-14 15:58:36 -07:00
start.sh chore: move livestream to posthog monorepo (#23044) 2024-06-18 15:38:53 +00:00
ttl_counter_test.go feat: add universal 60 sec event counter to livestream (#24380) 2024-08-14 14:28:07 -07:00
ttl_counter.go fix: Fix TTL to be time.Second based (#24383) 2024-08-14 15:58:36 -07:00

RealTime Hog 3000

The start of something fresh.

Installing

curl https://mmdbcdn.posthog.net/ | brotli -d > mmdb.db

Config the configs in configs/config.yml. You can take a peak at the examples in configs/configs.example.yml

Run it!

go run .