## Get Released Binary ```bash TODO: wget http://... ``` ## Build From Source ```bash go get github.com/XiaoMi/soar cd $GOPATH/github.com/XiaoMi/soar && make ``` ## Simple Test Case ```bash echo 'select * from film' | ./soar ```