Flume to read facebook page/feed/post

2019-07-30 03:59发布

问题:

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.

回答1:

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