I would like to retrieve Google Analytics Data using the Google Analytics API. I want to do this with Hadoop Flume to store them on hdfs.
For example, I want to retrieve the result of this http call:
https://www.googleapis.com/analytics/v3/data/ga?ids=ga%3A92525220&start-date=2016-08-25&end-date=2016-08-25&metrics=ga%3Asessions&access_token=XXX
I can find a flume configuration to collect HTTP queries on this post: How to setup a HTTP Source for testing Flume setup?
However I cannot see an http URL and I am confused about how to use it.
Could you provide an example of how to retrieve Google Analytics API data or any API with Hadoop Flume?
Do I need intermediate coding (java, python...) to call the API? Isn't it the role of Flume to directly call the API?