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
mocks
.gitignore
.mockery.yaml
configs.go
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
kafka.go
live_stats.go
main_test.go
main.go
posthog.go
README.md
served.go
start.sh
ttl_counter_test.go
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 .