This example uses the gocql library to connect as the avnadmin
user, create a keyspace and table, insert some rows, and read them out again.
go get github.com/gocql/gocql
go build main.go cassandra_example.go
Note: You can find the connection details in the "Overview" tab in the Aiven Console.
./main -host cassandra-project.aivencloud.com -port <cassandra port> -password <cassandra password> -ca-path <path to ca.pem>