Hi, Yes, it's possible. You can configure "Write-Through & Read-Through" functionality. See there [1],[2]. Also Ignite provides "web-console" which allows to easily import db schema to Ignite. [3]
1. https://ignite.apache.org/use-cases/caching/database-caching.html 2. https://apacheignite.readme.io/docs/persistent-store 3. https://youtu.be/gd6ZCahEr0o On Sun, Mar 12, 2017 at 1:41 PM, Kavitha Murugesan <[email protected]> wrote: > hi All, > > I have sql database in my machine. Is it possible to read sql database > data using apache ignite? If is it possible means how can I achieve this? > and what is the purpose of starting node? > > Thanks, > Kavitha M > >
