Quickly deploy your analytics service on your machine. Just build and run!
The original intention of doing this was that I couldn't find any analysis server software that could run on riscv64
target.
So I wrote analytics-server
in Go that only depends on the standard library and Redis.
Working with Redis. Simple and flexable.
NOTE: Source IP and country recording is not available without support from cloud service provider.
Dashanalytics also provided for hosts behind a reverse proxy. Get specific client information from specific HTTP headers. Such as source IP and country.
For example, Cloudflare: specify the header CF-Connecting-IP
and CF-IPCountry
so that the server will recognize and record them.