Skip to content

martinywwan/flink-twitter-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Near real-time Twitter streaming using Apache Flink

Near real-time Twitter data streaming using Apache Flink.

Synopsis


SpringBoot application that runs in your local environment.
Flink is used to stream data from Twitter. The Twitter data received by Flink is in JSON format which is parsed and persisted to a H2 database.

Prerequisite


Lombok: In your IDEA (e.g. Intellij), open the Settings panel and search for "Plugins", then search for "Lombok" in the plugins. Find the plugin and install it

Executing locally


In the application.yml, set your consumerKey, consumerSecret, token and tokenSecret value.
Change the datasource properties in the application.yml (default is to H2 database).
Good to go, you can now just run Application.class

Releases

No releases published

Packages

No packages published

Languages