RE: Ignite.NET + Apache Cassandra integration for SQL cache

2018-07-30 Thread Stanislav Lukyanov
), typeof(UserData)) } After that your table (named UserData) will be created automatically. Stan From: crenique Sent: 27 июля 2018 г. 20:30 To: user@ignite.apache.org Subject: Ignite.NET + Apache Cassandra integration for SQL cache Hi, We create a cache using SQL DDL syntax. How can I

Ignite.NET + Apache Cassandra integration for SQL cache

2018-07-27 Thread crenique
Hi, We create a cache using SQL DDL syntax. How can I configure Cassandra persistent store to the cache in .NET application ? It seems like default CacheConfiguration is automatically applied internally in Java codes for SQL cache, so not able to load up Spring.XML for that cache. Here is