/hazelcast-platform-training

Primary LanguageJavaApache License 2.0Apache-2.0

Stream Processing Essentials

This repository contains the labs for the Stream Processing Essentials course.

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  

You also need to download the Hazelcast Platform in order to run CLI commands and Hazelcast Management Center. Download Hazelcast Platform

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.

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

Clone the GitHub repository

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

Open Lab1

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