0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/livestream
..
configs
mocks
.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
deploy.sh
docker-compose.yml
Dockerfile
event_test.go
event.go
filter_test.go
filter.go
geoip_test.go
geoip.go
go.mod
go.sum
handlers.go
index.html
jwt_test.go
jwt.go
kafka_test.go feat: livestream service tests (#24209) 2024-08-06 15:08:34 -07:00
kafka.go
live_stats.go
main_test.go
main.go
posthog.go
README.md
served.go
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 .