Skip to content

Create Twitter posts counter engine #2

@boyko-ant

Description

@boyko-ant

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions