Hi Bill, Someone attempted something similar to what you’re looking to do. Here’s a link: https://github.com/kevinlynx/drill-storage-http — C
> On Aug 28, 2017, at 18:45, William Dickenson <[email protected]> > wrote: > > We have created a set of RestAPI that expose data from our database. Right > now we are running Curl to extract the data to a flat file and then using > drill to read that source. However, we have run into some interesting > problems when folks forget to refresh the files, or we have an unscheduled > update. > > So this comes down to two questions..... 1) Can Drill access the restapi > directly and read the resulting data stream ? or 2) Can drill run CURL and > THEN read the data stream > > Thanks > > > Bill Dickenson > Dir CAST Software > 302 521 3565 >
