I have an application that queries HBase and persist those data to an Oracle database. These data is used for report generation. I would like know whether the same approach is possible when using GridGain in place of Oracle database. Is it possible to get the HBase data and load it to the GridGain memory cache and use for generating reports?
I think the approach of loading data into GridGain cache is the right approach. Once loaded, you will be either able to run Parallel Computations or Distributed SQL Queries directly over GridGain cache.