get https://{hostname}.hydrolix.live/query
Using the GET Method a valid SQL query must be specified in query parameter query=SQL statement
. For example:
SELECT count() FROM sample.taxi_trips
You can query our test data directly from this page (use the host try3). See SQL reference for examples.