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

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

2010-06-19 Thread Ryan King
On Sat, Jun 19, 2010 at 9:30 AM, Christian van der Leeden christian.vanderlee...@googlemail.com wrote: 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

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

2010-06-18 Thread Thomas Heller
Howdy! So, last week I finally got around to playing with Cassandra. After a while I understood the basics. To test this assumption I started working on my own Client implementation since Learning-by-doing is what I do and existing Ruby Clients (which are awesome) already abstracted too much for