/flink-playground

This project will contain all the code I will create while researching Apache Flink usages and how it compares with Apache Spark / Apache Beam / Kafka Streams

Primary LanguageScalaMIT LicenseMIT

Apache Flink Playground

version Build Status

This project will contain all the code I will create while researching flink usages and how it compares with Apache Spark / Apache Beam / Kafka Streams

Getting Started

These instructions will get you a copy of the app to be used on your local machine.

Prerequisites

To use, modify or at least run the tests, you need to have SBT installed on your local development environment.

Installing

  • Clone the repository
git clone git@github.com:geektimus/flink-playground.git
cd ~/flink-playground

Running the tests

In case you want to run the tests it's as simple as running this command.

sbt test

Usage

TBD

Built With

On going Task

  • Create a set of docker containers with all the playground ready to process data and show some graphs
  • Keep learning 😄

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

license

This project is licensed under the MIT License - see the LICENSE.md file for details