Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/steve-mt/golang-api-cassandra

An REST api powered by go and cassandra following https://getstream.io/blog/building-a-performant-api-using-go-and-cassandra/ as a tutorial
https://github.com/steve-mt/golang-api-cassandra

cassandra golang rest-api tutorial

Last synced: 6 days ago
JSON representation

An REST api powered by go and cassandra following https://getstream.io/blog/building-a-performant-api-using-go-and-cassandra/ as a tutorial

Awesome Lists containing this project

README

        

# Warning
This code is all taken from this [article](https://getstream.io/blog/building-a-performant-api-using-go-and-cassandra/), all of the orginal code can be found [here](https://github.com/GetStream/Stream-Example-Go-Cassandra-API). This is purely for educational reasons for myself.
The only extra thing that I added was the `docker-compose.yml` file that helps set up the development environment much easier.