Installation
requierements
the cluster
subcommand that sets up a local clickhouse cluster for testing purpose requires docker
& docker-compose
.
Feel free to look here to install docker and there for docker-compose
Precompiled binaries
Precompiled chschema
binaries are available here.
Just download the latest stable binary, unpack and run it with the desired config
Building from source
chschema is written in Go. The easiest way to install it from sources is:
go get -u github.com/ContentSquare/chschema
If you don't have Go installed on your system - follow this guide.
You'll also need antlr
to build the project: TODO