FeatureBase is an in-memory, analytics and vector engine with SQL support, real-time updates and blazingly fast point-lookups for ML workloads.
docker run -p 10101:10101 featurebasedb/featurebase
git clone https://github.com/FeatureBaseDB/featurebase-examples.git
cd featurebase-examples/docker-simple
docker network create fbnet
docker compose up