Re: Avro API on cassandra trunk with ruby

2010-06-29 Thread Christian van der Leeden
Thanks, this works now. Christian On Jun 29, 2010, at 5:26 PM, Eric Evans wrote: On Tue, 2010-06-29 at 13:10 +0200, Christian van der Leeden wrote: just trying to talk to cassandra-trunk (0.7) via avro on ruby. Started the server with ./bin/cassandra -a -f. The connection code

Re: Learning-by-doing (also announcing a new Ruby Client Codename: Greek Architect)

2010-06-19 Thread Christian van der Leeden
Hi Thomas, did you look at cassandra gem from twitter (fauna/cassandra) on github? They also use the thrift_client and already have the basic cassandra API accessible. I'm also using ruby with cassandra and still need to find a slick way to do the inserts and when to update the