0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/livestream
2024-10-08 22:32:21 +00: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
.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
docker-compose.yml
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
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
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 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 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
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
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 .