0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/livestream
2024-10-08 22:32:21 +00:00
..
configs
mocks
.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
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
event_test.go feat: livestream service tests (#24209) 2024-08-06 15:08:34 -07:00
event.go
filter_test.go
filter.go chore: set defaults for message payload and remove custom unmarshaller (#25377) 2024-10-03 15:41:24 -07:00
geoip_test.go
geoip.go feat: livestream service tests (#24209) 2024-08-06 15:08:34 -07:00
go.mod
go.sum feat: livestream service tests (#24209) 2024-08-06 15:08:34 -07:00
handlers.go
index.html
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
kafka.go
live_stats.go fix: Fix TTL to be time.Second based (#24383) 2024-08-14 15:58:36 -07:00
main_test.go
main.go chore: do not return 404 if no stats are available on /stats endpoint (#25462) 2024-10-08 22:32:21 +00: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 chore: do not return 404 if no stats are available on /stats endpoint (#25462) 2024-10-08 22:32:21 +00: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

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 .