We have a reporting web application which does the reporting calculation/aggregation in its own JVM thus report generation is slow in terms of performance . Reporting application is already using cache(in house cache mechanism) data for aggregation . We are trying to move the existing aggregation layer to Apache ignite to speed up the application and we are trying to find out the following answers in terms of apache ignite integration with existing web application .
1> How do we send our existing cache data to ignite cluster (application JVM in one server and ignite JVM/node/processes in other remote servers)and have the calculation logic running in the cluster node and finally retrieve back result from cluster JVM to application JVM for further processing ? 2> is ignite code invocation simple API call which can be designed as ignite service layer and we can use that customized service layer as part of our existing reporting application with in the existing JVM ? would appreciate kind responses !! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/how-to-use-Apache-ignite-as-backend-layer-for-computation-aggregation-of-a-reporting-webapplication-tp14987.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
