lindb
LinDB is a scalable, high performance, high availability distributed time series database.
How to download and setup lindb
Open terminal and run command
git clone https://github.com/lindb/lindb.git
git clone is used to create a copy or clone of lindb 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 lindb https://github.com/lindb/lindb/archive/master.zip
Or simply clone lindb with SSH
[email protected]:lindb/lindb.git