# Install package

goInception package (opens new window)

# Source code

  • Golang v1.12 and above
  • Go mod to manage package dependencies

# download source code
git clone https://github.com/hanchuanchuan/goInception

cd goInception

make parser

# build package
go build -o goInception tidb-server/main.go

# start with configuration file

./goInception -config=config/config.toml