Re: Apache drill: how to build a custom ODBC/JDBC driver that performs rest api calls

2022-04-13 Thread James Turton
Hi Damien This is not quite the same thing but Drill does include a JDBC driver for its clients and it can query HTTP APIs (with a couple of caveats) through its HTTP storage plugin. The net effect is that without much legwork you can query data from an HTTP API by sending SQL statements over

Apache drill: how to build a custom ODBC/JDBC driver that performs rest api calls

2022-04-13 Thread Damien Deom
Hi, I'd like to know if Apache Drill allows to easily build an ODBC/JDBC driver that performs RPC calls to api's we're developing in our company. Solutions like like Progress allows to do that : https://www.progress.com/tutorials/odbc/2-hour-tutorial-build-your-own-custom-odbc-driver-for-rest