Hi Folks, Does the new Ignite web console have full support for automatic RDBMS integration as mentioned @ https://apacheignite-tools.readme.io/docs/automatic-rdbms-integration
Can Ignite do the caching with the Web console's RDBMS Integration or Model support being used to play the role of the persistence framework so that it will be an all Ignite stack? I ask this because today we are using MyBatis for persistence & were thinking of using Ignite as L2 cache but found that the support is very rudimentary & not really useful. The ORM use case is, 1. A way to write DTOs to ignite cache which will then automatically (async aswell) persist to DB (model/DTO generation, db persistence, etc by using Web console's artifacts) -- This includes insert, update & delete and batch/bulk operations 2. A way to read from ignite cache which will automatically read from DB if not in cache -- This includes read based on any predicate (where clause), custom select sql queries, bulk operations Regards, Muthu
