Git Product home page Git Product logo

sectweet's Introduction

SecTweet

SecTweet is a Flink job that streams Twitter posts. Relevent text containing shas, file paths, etc, are aggregated and trends are determined based on the frequency of these terms over time.

For the Flink workshop, please follow the steps here instead.

Requirements

Java 8

Services Setup

Services: Flink, Elasticsearch Kibana (Optional)

To start all containers:
runDockerContainers.sh
To start a specific container:
docker-compose up <flink-jm | flink-tm | elasticsearch | kibana>

Build

To build the project:
./gradlew clean build

Running SecTweet

Arguments:
Live twitter mode:
--twitter-source.consumerKey <key> --twitter-source.consumerSecret <secret> twitter-source.token <token> --twitter-source.tokenSecret <tokenSecret>

File mode:
--file-source <twitter data file>
Note: there are test files available under ./data. Simply unzip them to use in sectweet.

To run the project with embedded Flink:
./gradlew run --args='<flink args here>'

Packaging

To package your job for submission to Flink, use: gradle shadowJar
Afterwards, you'll find the jar to use in the 'build/libs' folder.

sectweet's People

Contributors

maxinechan avatar jxyxie avatar maxinec avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.