Map of UDT Using Spring Cassandra

2015-10-18 Thread Kenji Fnu
I created a user defined type in cassandra, let's call it param that has key text, value text as its property and stats with value int, events int and users int as its property. recently i tried to insert data using spring-cassandra driver, its got me this

Re: Spring - cassandra

2012-08-30 Thread Brian O'Neill
github.com/boneill42/spring-data-cassandra >> >> If so, I guess that is me. =) >Did you get in touch with spring guys? They have cassandra support on >their spring data todo list. They might have some todo or feature list >they want to implement for cassandra, i am willing to code something to >make official spring cassandra support happen faster.

Re: Spring - cassandra

2012-08-30 Thread Radim Kolar
implement for cassandra, i am willing to code something to make official spring cassandra support happen faster.

Re: Spring - cassandra

2012-08-29 Thread Brian O'Neill
taking any action in reliance upon, this information by persons or entities other than the intended recipient is strictly prohibited. On 8/29/12 10:38 AM, "Radim Kolar" wrote: >is author of Spring - Cassandra here? I am interested in getting this >merged into upstream

Spring - cassandra

2012-08-29 Thread Radim Kolar
is author of Spring - Cassandra here? I am interested in getting this merged into upstream spring. They have cassandra support on their todo list.