tidb
TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
How to download and setup tidb
Open terminal and run command
git clone https://github.com/pingcap/tidb.git
git clone is used to create a copy or clone of tidb repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with tidb https://github.com/pingcap/tidb/archive/master.zip
Or simply clone tidb with SSH
[email protected]:pingcap/tidb.git