Demonstration applications for the Hazelcast Platform, the usage of Hazelcast Jet and Hazelcast IMDG together.
- Banking
- Trade Monitor Monitoring and aggregation of stock market trading volumes.
- Credit Value Adjustment Risk exposure calculation for Interest Rate Swaps.
- Machine Learning
- RI Reference Implementation for Machine Learning Inference, minimal dependencies.
- Telco
- Churn Uses ML to predict customer churn
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>
These demos use the following 3rd party software. Please ensure their licensing models meet your needs.
- Trade Monitor