Description
Count all posts for specific hash tag in Twitter. Group posts by users. We will run this code approximately every 5-15 minutes. The main idea is to count how many posts each user made.
- do not push your configuration settings to github
- store all configuration in app.config
- in solution we have one project for shared code and one dedicated project for each social media
- save all calculated data to azure table storage
Azure table storage structure
SocialCount2016
- PartitionKey - social media title (Twitter, GooglePlus, Facebook, Instagram)
- RowKey - social media user display name
- PostsCount - total count of posts (integer increment value)
SocialCount2016Run
- PartitionKey - social media title (Twitter, GooglePlus, Facebook, Instagram)
- RowKey - reversed date and time in UTC format of last engine run
Description
Count all posts for specific hash tag in Twitter. Group posts by users. We will run this code approximately every 5-15 minutes. The main idea is to count how many posts each user made.
Azure table storage structure
SocialCount2016
SocialCount2016Run