Go: introduce clickhouse (#16996)

### Summary

Introduce Clickhouse for data statistics.

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-07-16 18:36:56 +08:00
committed by GitHub
parent caa76fb68e
commit c7a623ff81
11 changed files with 297 additions and 26 deletions
+6
View File
@@ -51,6 +51,12 @@ redis:
nats:
host: "localhost"
port: 4222
clickhouse:
host: 'localhost'
port: 9900
user: ragflow
password: infini_rag_flow
database: ragflow
otel:
host: "localhost"
port: 4318