Discussion:
NodeJS Driver for Drill
Charles Givre
2017-08-25 18:31:56 UTC
Permalink
All,
I thought I’d share with the community, but I just finished a NodeJS driver for Drill. It’s available here: https://github.com/cgivre/drill-nodejs or via
npm install drill-client.

Keep in mind, I know nothing about NodeJS, but it largely follows the functionality of PyDrill. I’ll update the docs accordingly. I’m planning on getting this to work with SQLPad, so I have to implement some method that gets the available schmata and columns.

Feedback would be appreciated.
— C

Loading...