An open API service indexing awesome lists of open source software.

https://github.com/avelx/cassandraclient

Cassandra Go client
https://github.com/avelx/cassandraclient

cassandra go http kafka

Last synced: about 1 month ago
JSON representation

Cassandra Go client

Awesome Lists containing this project

README

          

Simple cassandra client

== Cassandra ==

Go cassandra connector:
https://pkg.go.dev/github.com/gocql/gocql

Refs:
https://www.tutorialspoint.com/cassandra/cassandra_create_data.htm

Cassandra data types:
https://cassandra.apache.org/doc/4.1/cassandra/cql/types.html

== Kafka ==

Docker refs: https://hub.docker.com/r/apache/kafka
Go refs: https://github.com/segmentio/kafka-go

* Reader
* Writer
* Topic creation logic

== Streaming ==

* Ref => https://github.com/reugn/go-streams/blob/v0.13.0/examples/kafka/main.go