mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
20 lines
409 B
Markdown
20 lines
409 B
Markdown
|
<img src="https://github.com/PostHog/livestream/assets/391319/d4a4964d-4b19-4605-b268-157366817863" width="280" height="280" />
|
||
|
|
||
|
# RealTime Hog 3000
|
||
|
|
||
|
The start of something fresh.
|
||
|
|
||
|
## Installing
|
||
|
|
||
|
```bash
|
||
|
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!
|
||
|
|
||
|
```bash
|
||
|
go run .
|
||
|
```
|