Connect to Managed ClickHouse®
Connect to the Managed ClickHouse® service using various programming languages or tools.
Your service exposes four interfaces: the ClickHouse native protocol, HTTPS, the MySQL protocol
and Arrow Flight. Retrieve their hosts and ports from the components of your service, then pick
the guide matching your client:
- Connect with clickhouse-client
- Connect with Python
- Connect with Go
- Connect with Java
- Connect with Node.js
- Connect with PHP
- Connect to external databases via JDBC
- Visualize your data with Grafana
Note
TLS is required on every interface, and your client IP must be allowed in the service IP filter.
Related pages
Last updated on