immudb
immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
How to download and setup immudb
Open terminal and run command
git clone https://github.com/codenotary/immudb.git
git clone is used to create a copy or clone of immudb 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 immudb https://github.com/codenotary/immudb/archive/master.zip
Or simply clone immudb with SSH
[email protected]:codenotary/immudb.git