Recently Apache Ignite 2.0 introduce a beta version of the in-memory machine learning grid, which is a distributed machine learning library built on top of the Apache IMDG. This beta release of ML library can perform local and distributed vector, decompositions and matrix algebra operations. The data structure can be stored in Java heap, off-heap or distributed Ignite caches. At this moment, the Apache Ignite ML grid doesn't support any prediction or recommendation analysis. In this short post, we are going to download the new Apache Ignite 2.0 release, build the example and run them. 1. Download and unpack the Apache Ignite 2.0 distribution. Download the Apache Ignite 2.0 binary release version from the following link . Unpack the distribution somewhere in your workstation (e.g /home/ignite/2.0 ) and set the IGNITE_HOME path to the directory. 2. Start the Apache Ignite remote node Run the following command in the terminal window. ignite.sh examples/config/example-ignite....
A journey for designing high-performance software based on NoSQL, BigData and Microservices