Re: cascal - high level scala cassandra client (yes - another one)

2010-04-10 Thread Chris Shorrock
Just want to ping this thread and let anyone interested know that I just released version 1.1 which adds the ability to map the results of a Cascal list (or get) into a scala object (annotated accordingly). It's pretty simplistic at current as I developed it for my company's own internal needs, how

Re: cascal - high level scala cassandra client (yes - another one)

2010-04-05 Thread Chris Shorrock
Thanks guys - Will definitely toss mention of it in the Wiki..(the graphic was created using http://yuml.me/ - Great tool for quickly throwing something together using pretty simple syntax) On Mon, Apr 5, 2010 at 2:43 PM, Mike Malone wrote: > On Sat, Apr 3, 2010 at 12:12 PM, Matthew Chambers >

Re: cascal - high level scala cassandra client (yes - another one)

2010-04-05 Thread Mike Malone
On Sat, Apr 3, 2010 at 12:12 PM, Matthew Chambers wrote: > Your git page looks great, I like your cassandra explanation and graphic. +1 on the docs - they're very nice. Off-topic, but what'd you use to create that graphic? Mike

Re: cascal - high level scala cassandra client (yes - another one)

2010-04-05 Thread Jonathan Ellis
Cool, you should add it to http://wiki.apache.org/cassandra/ClientOptions. (Click Login to get a sign up page.) On Sat, Apr 3, 2010 at 11:38 AM, Chris Shorrock wrote: > For the past week or so I've been developing (another) Scala based high > level Cassandra client - Cascal. While I know there's

RE: cascal - high level scala cassandra client (yes - another one)

2010-04-03 Thread Matthew Chambers
...@gmail.com [chris.shorr...@gmail.com] On Behalf Of Chris Shorrock [ch...@shorrockin.com] Sent: Saturday, April 03, 2010 10:38 AM To: user@cassandra.apache.org Subject: cascal - high level scala cassandra client (yes - another one) For the past week or so I've been developing (another)

cascal - high level scala cassandra client (yes - another one)

2010-04-03 Thread Chris Shorrock
For the past week or so I've been developing (another) Scala based high level Cassandra client - Cascal. While I know there's several other (good quality) clients I thought developing my own would be a great way to familiarize myself with Cassandra as part of my analysis at work (which it was!). W