Stream Processing Essentials

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.

Lab setup

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.

Step-by-step instructions

  1. Download and install IntelliJ IDEA.

  2. Download and install Git

  3. Start IntelliJ IDEA.

  4. Get New Project from Version control.

    Import New Project from Version control.

  5. Enter the URL of the repository and Clone it.

    Clone the GitHub repository

  6. IDEA imported the project. Open Lab1 file in the essentials module

    Open Lab1

  7. Setup the Java SDK to run the labs. Use the Download SDK option unless you have Java 8 or higher installed in your computer.

  8. Run Lab 1 to validate your setup.

    Run Lab1

  9. You will see the logger output in the Run tab.

    Setup done

  10. Stop the execution of Lab1