Query Tools
Query interfaces supported
Hydrolix provides multiple query interfaces for interoperability with
Client applications
The following pages demonstrate client applications using Hydrolix cluster interfaces.
- ClickHouse client uses the ClickHouse native protocol
- DBeaver depends on the ClickHouse HTTP interface
- JDBC Driver uses the HTTP Query API
- Hydrolix UI depends on the HTTP Query API
- Python Library uses the ClickHouse native protocol
- Splunk with Hydrolix Search uses a new
hdxsearch
Splunk Query Language command - Splunk with DB Connect uses the ClickHouse HTTP interface
- MySQL Client uses the MySQL protocol
- Apache Spark Connector reads Hydrolix data files directly (and depends on the Configuration API)
Other applications not listed above may be compatible with one (or more) of the supported, published interfaces available from Hydrolix clusters.
MySQL
The MySQL interface supports any clients or client libraries capable of MySQL protocol. Use tunable disable_traefik_mysql_port
to turn off the server.
See also the MySQL Client page.
Updated 23 days ago