smallinsky / go-cassandra-native-protocol

Cassandra Native Protocol bindings for the Go language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cassandra Native Protocol Bindings for Go

Go Build Status Go Report Card

This project contains all the logic required to encode and decode Apache Cassandra(R)'s CQL native protocol frames in Go.

It currently supports:

  • Cassandra CQL protocol versions 2 to 5.
  • DSE (DataStax Enterprise) protocol versions 1 and 2.

This project originated as an attempt to port the DataStax Cassandra Java driver's native-protocol project to the Go language.

About

Cassandra Native Protocol bindings for the Go language

License:Apache License 2.0


Languages

Language:Go 99.5%Language:Makefile 0.5%