0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/livestream
Frank Hamand be5148915f
feat: add api_token to livestream jwt claims (#23082)
* feat: add api_token to livestream jwt claim

this will allow us to drop the postgres dependency soon

* add continuous deployment for livestream
2024-06-19 14:25:55 +02:00
..
configs
.gitignore
configs.go feat: add api_token to livestream jwt claims (#23082) 2024-06-19 14:25:55 +02:00
db.go
deploy.sh
docker-compose.yml fix(insights): Fix interval for total value queries (#23037) 2024-06-19 09:11:38 +00:00
Dockerfile fix: add ca-certs to livestream image (#23078) 2024-06-19 10:15:41 +01:00
event.go
filter.go
geoip.go
go.mod
go.sum
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
live_stats.go
main.go feat: add api_token to livestream jwt claims (#23082) 2024-06-19 14:25:55 +02:00
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 .