0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 13:39:22 +01:00
posthog/livestream
2024-06-20 13:30:53 +00:00
..
configs chore: add sentry to liveevents (#23057) 2024-06-19 21:23:55 +00:00
.gitignore
configs.go chore: add sentry to liveevents (#23057) 2024-06-19 21:23:55 +00:00
db.go chore: add sentry to liveevents (#23057) 2024-06-19 21:23:55 +00:00
deploy.sh
docker-compose.yml
Dockerfile fix: add ca-certs to livestream image (#23078) 2024-06-19 10:15:41 +01:00
event.go
filter.go
geoip.go chore: add sentry to liveevents (#23057) 2024-06-19 21:23:55 +00:00
go.mod chore: add sentry to liveevents (#23057) 2024-06-19 21:23:55 +00:00
go.sum chore: add sentry to liveevents (#23057) 2024-06-19 21:23:55 +00:00
handlers.go
index.html
jwt.go feat: add api_token to livestream jwt claims (#23082) 2024-06-19 14:25:55 +02:00
kafka.go chore(livestream): Ignore invalid IP address errors (#23118) 2024-06-20 13:30:53 +00:00
live_stats.go
main.go chore: add sentry to liveevents (#23057) 2024-06-19 21:23:55 +00:00
posthog.go chore: add sentry to liveevents (#23057) 2024-06-19 21:23:55 +00:00
README.md
start.sh

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 .