Installation
This is documentation for local installation production installation coming soon.
Installation
$ git clone https://github.com/KetanIP/analytics/{
"test_mode": true,
"test_ip": "YOUR_PUBLIC_IP_HERE",
"database_url": "CLICKHOUSE_URL",
"queries_file": "./queries/pg_queries.sql",
"database_driver": "clickhouse"
}$ # Install go dependencies
$ go run .\main.goLast updated