using-cassandra

command
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

README

To run the example follow the steps below:

Cassandra Setup

Run the docker image of cassandra

  1. sh init.sh

Run

Now run the example on path /zopsmart/gofr/examples/using-cassandra by

  1. go run main.go

Docker Build

To Build a docker image, follow the below steps:

On non linux machines :

  1. GOOS=linux go build main.go This will build a go binary
  2. docker build -t using-cassandra:$(date +%s) .

On linux machines(Ubuntu/Mac):

  1. go build main.go This will build a go binary
  2. docker build -t using-cassandra:$(date +%s) .

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
handlers
This is auto-generated file using 'gofr migrate' tool.
This is auto-generated file using 'gofr migrate' tool.
Package stores is a generated GoMock package.
Package stores is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL