Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cassandra datastore client in Go language

Tags:

go

cassandra

Is it possible to write client for Cassandra datastore in Go language?

like image 702
Rafał Sobota Avatar asked Apr 07 '10 18:04

Rafał Sobota


People also ask

What is GoCQL?

GoCQL automatically discovers all data centers, racks and hosts in your cluster, manages a pool of connections to them and distributes queries in a reasonable and efficient way.


1 Answers

I was browsing today for the same thing and didn't find any client.

However I found a repo on GitHub, it appears somebody is working on Thrift generators for Go: http://github.com/anatol/thrift

like image 63
Mihai A Avatar answered Oct 11 '22 10:10

Mihai A