Categorygithub.com/datastax/go-cassandra-native-protocol
repository
0.0.0-20240903140133-605a850e203b
Repository: https://github.com/datastax/go-cassandra-native-protocol.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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.