AltarDocker
Deploy MongoDB, MinIO, Omniboard, and AltarExtractor with Docker Compose.
A Dash web app to browse Sacred experiments, filter by configuration, view metrics, and export datasets as CSV or explore in Pygwalker.
Enter credentials or a MongoDB URI. Supports authentication and multiple databases.
Select config keys, filter by boolean, number ranges, or string values.
Select metrics to see per-step data. Toggle between rows and columns layout.
Download filtered experiments or metrics data as CSV files.
Open datasets in Pygwalker for interactive data exploration and visualization.
Store connection settings in browser localStorage for quick reconnection.
cd AltarDocker
docker compose --profile extractor up -d
Open http://localhost:8050 and connect with host mongo.
cd AltarExtractor
python -m venv .venv
.venv\Scripts\activate # Windows
pip install -r requirements.txt
python app.py
Open http://localhost:8050 in your browser.
Enter your MongoDB credentials or paste a full URI. Click Connect to start browsing experiments.
8050)
sacred)
Deploy MongoDB, MinIO, Omniboard, and AltarExtractor with Docker Compose.
Send experiments to Sacred and artifacts to MinIO.