AltarExtractor
Browse and filter Sacred experiments with a modern web UI.
Docker Compose stack for MongoDB, MinIO, Omniboard, and AltarExtractor. Deploy your experiment data infrastructure in minutes.
Store experiment metadata, configs, results, and metrics using Sacred's standard schema.
S3-compatible object storage for large files like videos, images, and raw data.
Web dashboard to visualize Sacred experiments, view metrics, and download artifacts.
Browse, filter, and export experiments with advanced config filtering and CSV export.
# MongoDB
MONGO_ROOT_USER=admin
MONGO_ROOT_PASSWORD=change_me
MONGO_DB=sacred
# MinIO
MINIO_ROOT_USER=minio_admin
MINIO_ROOT_PASSWORD=change_me
# Ports
OMNIBOARD_HOST_PORT=9004
EXTRACTOR_HOST_PORT=8050
docker compose up -d
This starts MongoDB and Omniboard.
# With MinIO
docker compose --profile minio up -d
# With AltarExtractor
docker compose --profile extractor up -d
# With both
docker compose --profile minio --profile extractor up -d
mongodb://localhost:27017
http://localhost:9004
http://localhost:8050
http://localhost:9001
http://localhost:9000
Browse and filter Sacred experiments with a modern web UI.
Send experiments to Sacred and artifacts to MinIO.