Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/steve-mt/golang-api-cassandra
- Owner: steve-mt
- License: mit
- Created: 2017-03-02T21:10:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T20:04:29.000Z (almost 8 years ago)
- Last Synced: 2024-12-07T18:54:11.303Z (about 2 months ago)
- Topics: cassandra, golang, rest-api, tutorial
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.