Re: Some questions about store and distributed processing

2019-01-26 Thread Karun Chand
Hi Yann, Event listeners in Ignite can be helpful to you - https://apacheignite.readme.io/docs/events You can listen for specific types of events (like cache put, cache read) on a local node or remote events on a group of cluster nodes and then perform whatever actions you want. All the different

Some questions about store and distributed processing

2019-01-26 Thread yann Blazart
Hello all ! I will have to use Ignite because I think it's the best solution to all my concerns, but I have a few question. I have to process very big json files (200GB), with lot of objects of different type generated from it. These objects, I will have to do multiple controls on it (with a dsl)