Datagrip连接clickhouse
Datagrip是一个DB可视化特别方便的软件,因为一些业务需要采用clickhouse,然而在download相关driver的时候出现各种问题,于是整理一下方案
1.需要下载clickhouse-jdbc的jar包,可以直接在sonatype上去下载
clickhouse-jdbc
- 选择下载好的jar包
- 选择class
- 配置url template
2. 下载LZ4
上一步完后,test connect时会出现报错
LZ4 is not supported. Please disable compression(compress=0), modify the algorithm(e.g. compress_algorithm=gzip), or add the missing libraries to the classpath., server ClickHouseNode. Please disable compression(compress=0), modify the algorithm(e.g. compress_algorithm=gzip), or add the missing libraries to the classpath.
需要下载LZ4-java的jar包,也可以直接在sonatype上去下载
LZ4-java
然后同样的加到datagrip里