Skip to content

data-in-motion/java-twitter-handle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Twitter Handle

This problem asks you to ingest a daily time-series of likes, comments, and retweets for each post given a Twitter handle name. Additionally, an extension of the problem describes writing roll-up and aggregation queries to provide a data access utility.

Data Source

The Twitter API (statuses/home_timeline) can be found here: https://developer.twitter.com/en/docs/tweets/timelines/api-reference/get-statuses-home_timeline.

Stack

  • Java, Maven, Spring
  • Java linter
    • TBD
  • MongoDB
  • cron/programmatic-timing/etc.

About

Twitter data ingestion course written in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages