Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/girdharshubham/gocassandra

gocql template
https://github.com/girdharshubham/gocassandra

Last synced: about 1 month ago
JSON representation

gocql template

Awesome Lists containing this project

README

        

# Go Cassandra
##### This template demonstrates how gocql implements a fast and robust Cassandra client for the Go programming language

Go 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
```