Re: Cassandra libraries for Golang

2013-02-11 Thread Ben Hood
Hi Boris, I use this one with Cassandra 1.2+ (you'll need to turn the native port on): https://github.com/titanous/gocql HTH, Ben On Friday, 8 February 2013 at 16:40, Boris Solovyov wrote: > Hi, > > I'm developing Go application. I see there is gossie, which doesn't support > the native b

Re: Cassandra libraries for Golang

2013-02-08 Thread Edward Capriolo
AFAIK there is currently only a single language that supports the native transport Java. Go can link to c / c++ libraries. Yes no? If yes then leveraging a thrift's c generated code or whatever c libraries exist might be an option. On Fri, Feb 8, 2013 at 11:40 AM, Boris Solovyov wrote: > Hi, > >