featurebase
A crazy fast analytical database, built on bitmaps. Perfect for ML applications. Learn more at: http://docs.featurebase.com/. Start a Docker instance: https://hub.docker.com/r/featurebasedb/featurebase
How to download and setup featurebase
Open terminal and run command
git clone https://github.com/FeatureBaseDB/featurebase.git
git clone is used to create a copy or clone of featurebase 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 featurebase https://github.com/FeatureBaseDB/featurebase/archive/master.zip
Or simply clone featurebase with SSH
[email protected]:FeatureBaseDB/featurebase.git