This is a simple reverse proxy for Clickhouse database, developed by and deployed on the Kylink Platform.
Status: active updating
Features:
- basic reverse proxying Clickhouse HTTP(S) Service
- external user authorization (by MongoDB)
- external user quota limit (by native)
- Install the latest golang
- Create users as the guidance
git clone https://github.com/njublockchain/clickhouse-connect-proxy && cd clickhouse-connect-proxy
mv .env.example .env
- Edit
.env
with your configuation go run ./cmd/proxy
- optimize for higher performance
- support multi-level external users
- security check
- better Docker support