github.com/datastax/go-cassandra-native-protocol@v0.0.0-20220706104457-5e8aad05cf90/README.md (about)

     1  # Cassandra Native Protocol Bindings for Go
     2  
     3  [![Go Build Status](https://github.com/datastax/go-cassandra-native-protocol/workflows/Go/badge.svg)](https://github.com/datastax/go-cassandra-native-protocol/actions)
     4  [![Go Report Card](https://goreportcard.com/badge/github.com/datastax/go-cassandra-native-protocol)](https://goreportcard.com/report/github.com/datastax/go-cassandra-native-protocol)
     5  
     6  This project contains all the logic required to encode and decode Apache Cassandra(R)'s CQL native protocol frames in
     7  Go.
     8  
     9  It currently supports:
    10  
    11  - Cassandra CQL protocol versions 2 to 5.
    12  - DSE (DataStax Enterprise) protocol versions 1 and 2.
    13  
    14  This project originated as an attempt to port the DataStax Cassandra Java driver's 
    15  [native-protocol](https://github.com/datastax/native-protocol) project to the Go language.