ClickHouse / clickhouse-jdbc-bridge

A JDBC proxy from ClickHouse to external databases
Apache License 2.0
167 stars 60 forks source link

Add docs about production ready connect clickhouse in docker with jdbc bridge #23

Closed arturgspb closed 3 years ago

zhicwu commented 3 years ago

There's an all-in-one docker image simplified the installation, as well as a separate docker image just for jobs bridge. You may refer to docker-compose file as example to set up the environment.

As to production readiness, I'm afraid it's not fully ready yet and we need to wait until connection timeout issue fixed in clickhouse server.