Tested Dremio Versions | Author |
---|---|
19.1.0 to 23.1.0 | Brian Holman [email protected] |
This independent project is not affiliated with, sponsored, or endorsed by Dremio Corporation or ClickHouse, Inc. "Dremio" is a registered trademark of Dremio Corporation and they retain all trademark and other intellectual property rights. "Clickhouse" is a trademark of ClickHouse, Inc. and they retain all trademark and other intellectual property rights. These terms are used here by reference to integrating between their respective platforms.
The ClickHouse connector allows Dremio to connect to and query data in the high performance ClickHouse Columnar Database.
- In root directory with the pom.xml file run
mvn clean install
- Take the resulting
target/dremio-clickhouse-plugin-*.jar
file put it in to the/opt/dremio/jars
folder of your Dremio installation. The Clickhouse JDBC Driver is included in the compiled jar and doesn't need to be included separately in/opt/dremio/jars/3rdparty
. - Restart Dremio
- Copy
target/dremio-clickhouse-plugin-*.jar
into thedocker
folder. - Run
docker-compose build
to take the base Dremio Docker Image and add the new connector. - Run
docker-compose up
to start the new image.