Query Data
There are a number of ways you can query data in Hydrolix
- the HTTP Query API is a commonly used query interface
- use the OpenAPI browser for Hydrolix Query API
- query from the Hydrolix UI very easily
- JDBC using the clickhouse-jdbc driver DBeaver example
- use Dashboard query tools like Superset SQL Lab or Grafana Explore
To access the Hydrolix UI, login using your hostname https://{myhost}.hydrolix.live and navigate to the Query page from the left navigation bar.

Hydrolix uses the same syntax as Clickhouse's SQL engine. See the ClickHouse SQL Reference pages for examples and syntax support.
It's ANSI compliant SQL, so you should get into the swing of it pretty quickly, if not and you need a hand, please reach out!
Connect to Hydrolix
- HTTPS API:
https://{myhost}.hydrolix.live/query - Clickhouse Native:
https://{myhost}.hydrolix.live:9440
I want more!
If you are interested in using visualisation tools, we have a number preconfigured and ready to go for you. Take a look at Query Tools