Skip to content

Go + Cassandra

Published:

Table of contents

Open Table of contents

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.

Source code can be found on GitHub.

Running Locally

Technologies Used