Re: Apache ignite.sh script can't detect CPUs or network etc///

2023-02-24 Thread John Smith
Ok figured out. Needed to delete the cache files for the cache in maintenance mode. On Thu., Feb. 23, 2023, 6:03 p.m. John Smith, wrote: > Ok i noticed this when I put -v > > Node is being started in maintenance mode. Starting IsolatedDiscoverySpi > instead of configured discovery SPI. > > How d

Re: Ignite integration with MongoDB

2023-02-24 Thread Surinder Mehra
Given link has all the details needed. You either write your db queries in custom cache store or move them to a separate db DAO class and have it's instance in cache store. Then it will be similar to how you connect your app to DB. Next you need to have these custom classes in ignite class path and

Ignite integration with MongoDB

2023-02-24 Thread satyajit.mandal.barclays.com via user
Hi Team, We are using .NET Api for accessing Ignite cache. We want to understand how can we implement the custom cache store and extend it to save data in MongoDB from Ignite. Can someone share detail steps how to extend the cachestore and how it will integrate wi