Anyone knows how to use flume so that it's reads data from a Facebook page?
Actually I want to have a flume agent that reads a specific Facebook page and extracts all the information such as post/feed and push the data into Hadoop databases.
Anyone knows how to use flume so that it's reads data from a Facebook page?
Actually I want to have a flume agent that reads a specific Facebook page and extracts all the information such as post/feed and push the data into Hadoop databases.
As mentioned in Flume Streaming Data from Facebook. The sentiment_analysis project has an overview containing the following:
1) Sample PHP code for the Facebook HTTP gets and posts
2) Flume configuration for a Facebook HTTP Source
3) The flume agent
4) A INI file for the Facebook PHP code
5) DDL for a Facebook hive table