/hazelcast-platform-demos

hazelcast-platform-demos

Primary LanguageJava

Hazelcast Platform Demo Applications

Demonstration applications for the Hazelcast Platform, the usage of Hazelcast Jet and Hazelcast IMDG together.

Demos

  1. Banking
  1. Machine Learning
  • RI Reference Implementation for Machine Learning Inference, minimal dependencies.
  1. Telco
  • Churn Uses ML to predict customer churn

Build Instructions

settings.xml

Projects that use commercial features require a license key to operate.

Register here to request the license key you need.

Once you have the license key you need, create a settings.xml in your .m2 folder. Copy the example below, and replace the property value. Maven will read this file when you build and apply the value in your build.

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                      https://maven.apache.org/xsd/settings-1.0.0.xsd">
  <servers/>
  <profiles>
    <profile>
      <id>default</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <properties>
        <my.license.key>GOES HERE</my.license.key>
      </properties>
    </profile>
  </profiles>
</settings>

3rd Party Software

These demos use the following 3rd party software. Please ensure their licensing models meet your needs.

  1. Trade Monitor