Hi there,
Druid SQL over HTTP is documented in the Imply version. Wondering is open source Apache version also supports this kind of SQL over HTTP query?
Thanks,
Kai
Hi there,
Druid SQL over HTTP is documented in the Imply version. Wondering is open source Apache version also supports this kind of SQL over HTTP query?
Thanks,
Kai
You can query POST /druid/v2/sql endpoint with json {“query”: “your sql query”}
Adding some docs links…
Quite a few cool things with that API, too like get results as a CSV…