FeatureBase is an Open Source, in-memory, MLAP engine providing SQL support, real-time updates, and analytical processing for your growing data.
git clone https://github.com/FeatureBaseDB/featurebase-examples.git
cd featurebase-examples/docker-simple
docker network create fbnet
docker compose up
git clone https://github.com/FeatureBaseDB/featurebase-examples.git
cd featurebase-examples/docker-example
docker-compose -f docker-compose.yml up -d
# TIP: Disable Docker compose v2 if needed by going to settings..general in Docker Desktop.