Re: Cassandra Golang Driver and Support

2016-04-14 Thread Dan Kinder
Just want to put a plug in for gocql and the guys who work on it. I use it for production applications that sustain ~10,000 writes/sec on an 8 node cluster and in the few times I have seen problems they have been responsive on issues and pull requests. Once or twice I have seen the API change but

Re: Cassandra Golang Driver and Support

2016-04-14 Thread Yawei Li
Thanks for the info, Bryan! We are in general assess the support level of GoCQL v.s Java Driver. From http://gocql.github.io/, looks like it is a WIP (some TODO items, api is subject to change)? And https://github.com/gocql/gocql suggests the performance may degrade now and then, and the supported

Re: Cassandra Golang Driver and Support

2016-04-13 Thread Bryan Cheng
Hi Yawei, While you're right that there's no first-party driver, we've had good luck using gocql (https://github.com/gocql/gocql) in production at moderate scale. What features in particular are you looking for that are missing? --Bryan On Tue, Apr 12, 2016 at 10:06 PM, Yawei Li

Cassandra Golang Driver and Support

2016-04-12 Thread Yawei Li
Hi, It looks like to me that DataStax doesn't provide official golang driver yet and the goland client libs are overall lagging behind the Java driver in terms of feature set, supported version and possibly production stability? We are going to support a large number of services in both Java