Skip to content

A module on daily time-series ingestion from Twitter, written in Scala.

Notifications You must be signed in to change notification settings

data-in-motion/scala-twitter-handle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala 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

  • Scala, SBT, JVM, scalafmt
  • PostgreSQL
  • SQL (DDL, DML)
  • cron/programmatic-timing/etc.

About

A module on daily time-series ingestion from Twitter, written in Scala.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages