/rksql

Distributed SQL Tools

Primary LanguageGoApache License 2.0Apache-2.0

rksql

Correctness and performance testing tools for distributed SQL databases. These tools can be found in sqlapp and sqload respectively, where you will find further details.

Build

To build you first need to install go tools. We recommend using go-1.8. You can follow https://golang.org/doc/install#install

You would also need dep and goimports installed and available in your PATH. You can follow the instructions on https://github.com/golang/dep and https://godoc.org/golang.org/x/tools/cmd/goimports

Once you have the dependencies you can run this python script: src/go/BUILD.py

To run unit tests: src/go/BUILD.py --test

If you need to clean your workspace: src/go/BUILD.py --clean