Is it possible Apache Drill to load json which is returned from web request?
For example if the json is located at: http://myHost/data/today.json
Is it possible Apache Drill to load json which is returned from web request?
For example if the json is located at: http://myHost/data/today.json
Drill doesn't have an HTTP storage plugin, but if your web server happens to be backed by S3, you could query S3 directly.
http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html