Re: Striim support for Ignite

2019-10-24 Thread Denis Magda
Looping in dev list. Folks, does anybody have any experience with Striim or ready to research? https://www.striim.com/sources-and-targets/ It might be an option for change-data-capture scenarios from Ignite clusters (with and without persistence) to other stores like RDBMS or Cassandra. - Denis

Re: Striim support for Ignite

2019-10-18 Thread niamin
So my use case is to be able use SQL/Query API on my existing system to retrieve from Ignite in-memory Grid. I don't expect a lot of write-through from Ignite. I DO expect most of my writes to happen on my RDBMS. I don't see any option rather than writing custom code on RDBMS(may be triggers) to

Re: Striim support for Ignite

2019-10-18 Thread Ilya Kasnacheev
Hello! Ignite can fetch data from RDBMS on the fly and even write it back when it changes, it is called Cache Store. https://apacheignite.readme.io/docs/3rd-party-store Regards, -- Ilya Kasnacheev пт, 18 окт. 2019 г. в 17:02, niamin : > There isn't anything that I can find. For synching

Re: Striim support for Ignite

2019-10-18 Thread Evgeniy Rudenko
Ignite has support for Kafka. You can add it to the middle between your RDBMS and Ignite. On Fri, Oct 18, 2019 at 5:02 PM niamin wrote: > There isn't anything that I can find. For synching data i.e. CDC between > RDBMS and Ignite what would you recommend? > > > > -- > Sent from:

Re: Striim support for Ignite

2019-10-18 Thread niamin
There isn't anything that I can find. For synching data i.e. CDC between RDBMS and Ignite what would you recommend? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Striim support for Ignite

2019-10-17 Thread Denis Mekhanikov
I’m not aware of any activity towards supporting Striim. Try asking the same in the Striim community. Hopefully, somebody will help you with that there. Denis On 16 Oct 2019, 21:51 +0300, niamin , wrote: > Is there any plan to add Ignite connector for Striim to facilitate CDC? > > > > -- > Sent

Striim support for Ignite

2019-10-16 Thread niamin
Is there any plan to add Ignite connector for Striim to facilitate CDC? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/