Configurations for the ParsingPageFeeds Process

The ParsingPageFeeds process extracts User IDs of the company's fans from the company feed.

The process is designed with the following activities:

The following table describes the activities in the process.
Activity Description
NewOperationIn Reads output from the previous activity it connects.
Our Page Feeds Extracts the company's page feed(GetOurPageFans) or extracts the National Weather Service page feed (Get-Other-Page-Fans) and passes it to three Mapper activities.
Get Users who posted Extracts users who posted to the company page(GetOurPageFans) or users who posted to the National Weather Service page(Get-Other-Page-Fans).
Get Users who liked posts Extracts users who liked the post of the company page(GetOurPageFans) or the post of the National Weather Service page(Get-Other-Page-Fans).
Get Users who commented Extracts users who made comment on the post of the company page(GetOurPageFans) or users who made a comment on the post of the National Weather Service page(Get-Other-Page-Fans).
Merge UIDs Combines the output of the three Mapper activities, and passes the output to the next process with a list of all company fans. The code eliminates duplicates.
NewOperationOut Transfers its value as input for the next activity it connects.