Join our Feature First AI community to connect with fellow engineers and developers on Discord, at in-person meetups, and more!
FeatureBase is an analytics engine built for big, big data. While we can chew through typical analytical workloads, it is our belief this technology will be best used by AI-centric "model exhaust" workloads.
We provide analytical storage for training models, logging inferencing in production, and application of ML models to existing analytical pipelines.
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