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
- Host: GitHub
- URL: https://github.com/avelx/cassandraclient
- Owner: avelx
- Created: 2025-07-08T14:46:31.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-11T16:28:24.000Z (12 months ago)
- Last Synced: 2025-07-11T16:44:06.998Z (12 months ago)
- Topics: cassandra, go, http, kafka
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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