Skip to content

ReproDB Pipeline

Pipeline for collecting, analyzing, and publishing research artifact evaluation data from systems and security conferences.

Quick Start

# Install dependencies
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt

# Run the full pipeline (local staging)
python -m src.orchestrator

# Run the full pipeline (deploy to website)
python -m src.orchestrator --deploy

# Run tests
pytest tests/ -v

Documentation Sections