nvanbenschoten / rksql

Distributed SQL Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Distributed SQL Tools

License:Apache License 2.0


Languages

Language:Go 99.2%Language:Python 0.8%