Skip to content

DataReply/reply-flink-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Reply Flink Training

Overview

This repository contains hands-on exercises for Apache Flink.

Prerequisites

  • Java 11+ and Maven
  • Docker (for optional connectors/demo services)

Repository Structure

This repository is organized into two main packages:

  • exercises: Contains the training exercises with TODO comments and incomplete implementations
  • solutions: Contains the complete solutions to all exercises

Language Support

  • main branch: All exercises and documentation are in English
  • italian branch: Same exercises and documentation translated to Italian

To switch to the Italian version:

git checkout italian

Getting Started

  1. Clone the repository.
  2. Run mvn clean package to verify dependencies.
  3. Follow the exercise instructions in each module; complete code inside the provided exercise packages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages