cgivre commented on a change in pull request #1892: Drill-7437: Storage Plugin for Generic HTTP REST API URL: https://github.com/apache/drill/pull/1892#discussion_r355159194
########## File path: contrib/storage-http/README.md ########## @@ -0,0 +1,31 @@ + +# Generic API Storage Plugin +This plugin is intended to enable you to query APIs over HTTP/REST. At this point, the API reader will only accept JSON as input however in the future, it may be possible to + add additional format readers to allow for APIs which return XML, CSV or other formats. Review comment: I updated the plugin to use Drill's JSONRecordReader. Having the home-grown version just didn't seem like a good idea, especially with the work that @paul-rogers is doing to update the reader to use EVF. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services