Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/girdharshubham/gocassandra
gocql template
https://github.com/girdharshubham/gocassandra
Last synced: about 1 month ago
JSON representation
gocql template
- Host: GitHub
- URL: https://github.com/girdharshubham/gocassandra
- Owner: girdharshubham
- Created: 2020-01-06T08:39:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T08:42:32.000Z (almost 5 years ago)
- Last Synced: 2024-11-13T16:08:20.787Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Go Cassandra
##### This template demonstrates how gocql implements a fast and robust Cassandra client for the Go programming languageGo Version used in this template: ` 1.13.1`
Packages Used in this template:
* gocql
* log
* time
* encoding/json
* io
* os## How to Run
**Configurations can be found and updated in the [application.conf](/application.json) file**
From within this directory execute the following command:
``` bash
go run main.go
```