Re: Using Ignite as a IMDG Write Through Cache in Azure POC

2019-04-12 Thread Denis Magda
Hello, Feel free to use Ignite .NET for that. Moreover, you have 2 options here: 1. Use .NET standard client (supports most of the APIs but connects to the cluster via a JVM process started internally). Here is how you can define its config for entries eviction: https://apacheignite-n

Using Ignite as a IMDG Write Through Cache in Azure POC

2019-04-09 Thread Asadikhan
I want to setup a basic Ignite cluster to start playing around with. What I am trying to achieve is setup 3 VMs in Azure that will make up the Ignite Cluster. On the back-end I want to use either SQL (for my POC) which I will later replace with Cassandra (for POC again - I think SQL would be easier