Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martishin/golang-cassandra-example

Golang Cassandra usage example
https://github.com/martishin/golang-cassandra-example

cassandra docker go golang

Last synced: 20 days ago
JSON representation

Golang Cassandra usage example

Awesome Lists containing this project

README

        

# Go Cassandra Example
## Description
This project is a simple example of using Go with Apache Cassandra to manage and analyze data.
It demonstrates how to connect to a Cassandra cluster, create a keyspace and table, insert sample sleep data, and perform basic queries to calculate average sleep time.

## Running Locally
* Build Docker images: `docker-compose build`
* Start services: `docker-compose up`

## Technologies Used
- [Go](https://go.dev/)
- [Cassandra](https://cassandra.apache.org/_/index.html)
- [GoCQL Driver for Apache Cassandra](https://github.com/apache/cassandra-gocql-driver)
- [Docker](https://www.docker.com/)