radon
RadonDB is an open source, cloud-native MySQL database for building global, scalable cloud services
How to download and setup radon
Open terminal and run command
git clone https://github.com/radondb/radon.git
git clone is used to create a copy or clone of radon 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 radon https://github.com/radondb/radon/archive/master.zip
Or simply clone radon with SSH
[email protected]:radondb/radon.git