This repository contains the labs for the Stream Processing Essentials training with Hazelcast Jet.
If you're not attending the instructor-led training session please consider signing-up for the free online training.
The Labs are available as a Maven project and require Java 8 JDK or higher and Maven installed in your computer.
Please clone this GitHub repository to your computer and build it so that Maven downloads the dependencies.
mvn clean compile
If you aren't sure regarding your setup please follow the step-by-step guide to prepare the lab environment in your computer from the scratch.
-
Download and install IntelliJ IDEA.
-
Download and install Git
-
Start IntelliJ IDEA.
-
Get New Project from Version control.
- Enter the URL of the repository and Clone it.
- IDEA imported the project. Open
Lab1
file in theessentials
module
-
Setup the Java SDK to run the labs. Use the Download SDK option unless you have Java 8 or higher installed in your computer.
-
Run Lab 1 to validate your setup.
- You will see the logger output in the
Run
tab.
- Stop the execution of Lab1