I need to add OLAP report support into my existing spring boot web application. I have come across multiple BI tools like BIRT, JasperServer Report and Saiku but for all of them, I have to use an already created cube. In case, there is any modification in data, it will not reflect in my report.
Is there any 3rd party tool which can facilitate me to create a cube at runtime or to generate a report by adding data to the cube at runtime?