Broker Query API
REST API on the Broker
$ curl -H "Content-Type: application/json" -X POST \
-d '{"sql":"select foo, count(*) from myTable group by foo limit 100"}' \
http://localhost:8099/query/sql$ curl -H "Content-Type: application/json" -X POST \
-d '{"pql":"select count(*) from myTable group by foo top 100"}' \
http://localhost:8099/queryQuery Console

pinot-admin
Last updated
Was this helpful?

