This repository contains hands-on exercises for Apache Flink.
- Java 11+ and Maven
- Docker (for optional connectors/demo services)
This repository is organized into two main packages:
exercises: Contains the training exercises with TODO comments and incomplete implementationssolutions: Contains the complete solutions to all exercises
mainbranch: All exercises and documentation are in Englishitalianbranch: Same exercises and documentation translated to Italian
To switch to the Italian version:
git checkout italian- Clone the repository.
- Run
mvn clean packageto verify dependencies. - Follow the exercise instructions in each module; complete code inside the provided exercise packages.