Blog

Read latest news, technical how-tos, case studies, and bitmap thought leadership.

Load more

Get Started for Free

Open Source install commands are included below. Requires git and Docker
open source CODESTART CLOUD TRIAL

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