mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 13:39:22 +01:00
.. | ||
configs | ||
.gitignore | ||
configs.go | ||
db.go | ||
deploy.sh | ||
docker-compose.yml | ||
Dockerfile | ||
event.go | ||
filter.go | ||
geoip.go | ||
go.mod | ||
go.sum | ||
handlers.go | ||
index.html | ||
jwt.go | ||
kafka.go | ||
live_stats.go | ||
main.go | ||
posthog.go | ||
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 .