LSMT OLAP Cube is a log-structured merge-tree database designed for processing massive partial aggregations of raw data and forms a multidimensional OLAP (online analytical processing).
You can add this module to your project by inserting the following dependency to pom.xml:
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-cube</artifactId>
<version>3.2-SNAPSHOT</version>
</dependency>