All Projects → hazelcast → hazelcast-jet-training

hazelcast / hazelcast-jet-training

Licence: Apache-2.0 License
No description, website, or topics provided.

Programming Languages

java
68154 projects - #9 most used programming language

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].