Skip to content
Snippets Groups Projects
user avatar
serebrserg authored
4e16fb7b
History
Name Last commit Last update
src
.gitignore
README.md
clickhouse-jdbc.iml
pom.xml

ClickHouse JDBC driver

Пока что в состоянии "как-то работает".

URL

Пока нет фейловера и лоадбаланса, урл простой.

jdbc:clickhouse:host:port

Например: jdbc:clickhouse:localhost:8123

Сборка

jar можно собрать через

mvn package assembly:single

И забрать в target/jdbc-1.0-SNAPSHOT-jar-with-dependencies.jar

Собираться будет только если стоит jdk 1.6 и если она прописана в $JAVA_HOME при сборке (или 1.6 это дефолт).

Автосборка (хранит последние 10 артефактов). Автовыкладка в artifactory

Зависимость maven:

<dependency>
    <groupId>ru.yandex.metrika.clickhouse</groupId>
    <artifactId>jdbc</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>

Репозиторий: http://artifactory.yandex.net/artifactory/public

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.