Hi,

I just wanted to share a Cassandra project that I've been working on.

cqlc generates Go code from your Cassandra schema so that you can
write type safe CQL statements in Go with a natural query syntax.

It's aimed at people using CQL in Golang apps who are looking to
reduce boilerplate code.

The project is available here:

http://relops.com/cqlc/

I've written a blog post to explain what motivated me to do this here:

http://relops.com/blog/2014/01/25/cqlc/

I'd love to hear some feedback.

Cheers,

Ben

Reply via email to