Re: Cassandra 0.8 and Erlang

2011-06-19 Thread Konstantin Naryshkin
lient-dev@cassandra.apache.org Sent: Sunday, June 19, 2011 6:57:18 PM Subject: Re: Cassandra 0.8 and Erlang There is an erlang client here https://github.com/lpgauth/cassanderl no idea what the quality or completeness is like. Cheers - Aaron Morton Freelance Cassand

Re: Cassandra 0.8 and Erlang

2011-06-19 Thread aaron morton
There is an erlang client here https://github.com/lpgauth/cassanderl no idea what the quality or completeness is like. Cheers - Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 18 Jun 2011, at 06:47, Konstantin Naryshkin wrote: > I am wor

Cassandra 0.8 and Erlang

2011-06-17 Thread Konstantin Naryshkin
I am working on getting an erlang application to write to Cassandra 0.8.0 . I installed Thrift and used it to generate erlang from cassandra.thrift (using thrift --gen erl cassandra.thrift ). I tried to copy the syntax from several examples that I found, unfortunately I found the following issue