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
Your git page looks great, I like your cassandra explanation and graphic. Is that the 3rd scala library now? Scala must be growing. Too much strange punctuation for me but its good to have a viable functional language for the JVM. From: chris.shorr..