Coder Social home page Coder Social logo

flink-users-analyser's Introduction

user logins analysers | Flink job

Uses Apache Flink docker image with Kinesalite (and maybe Kafka)

  1. Clone This Repo
  2. Install IntelliJ
  3. Install Docker
  4. Run included Docker Image
  5. Set up local kinesis stream
  6. Modify Code Samples
  7. Run Code Samples

Weekly unique weeklyAnalyser Job

path => src/main/java/goodWorkers/WeeklyAnalyser.java

Weekly unique monthly Analyser Job

path => src/main/java/goodWorkers/MonthlyAnalyser.java

Run the docker image

Once you've installed docker, either from your IntelliJ Terminal or your local machine's terminal, navigate to the git project's root and type the following:

docker-compose up -d

This will start your kinesalite process at the following url: https://localhost:4567

The -d denotes a DAEMON process.

Set up local Kinesis Stream

Execute the following two commands in succession in a terminal to create a local stream called usersFlow and then publish data under the --data field input.

aws kinesis create-stream --endpoint-url https://localhost:4567 --stream-name usersFlow --shard-count 6 --no-verify-ssl
aws kinesis put-record --endpoint-url https://localhost:4567 --stream-name usersFlow --data mytestdata --partition-key 123 --no-verify-ssl


# Monthly   unique  users  analyser Job
    src/main/java/myflinkapp/MonthlyAnalyser.java

      

Please note: the ssl folder in this repo is a test credential that is required for running kinesalite locally due to how the AWS CLI works.

flink-users-analyser's People

Contributors

jeremyber-aws avatar moustafabayommy avatar

Watchers

 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.