bigbes / yacht

Yet Another Cassandra (and Scylla) Harness for Testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

You need go 1.12 or later installed.

To build:

make; ./yacht

What this program does

On start, it connects to an existing Cassandra instance, creates 'yacht' keyspace, and on shutdown deletes the keyspace.

About

Yet Another Cassandra (and Scylla) Harness for Testing


Languages

Language:Go 98.9%Language:Makefile 1.1%