A production-grade SaaS metrics report blueprint built on Omora Labs components. This system demonstrates how semantic layers, facts, transformations, and reporting work together to deliver automated cash balances reporting.
# Install dependencies
uv sync# To create a local db and loaded it with data
uv run omora-local
# To create a remote db and loaded it with data
uv run omora-remote
# Run dbt transformations
cd src/saas_metrics/saas_metrics_dbt
uv run dbt runThis project is licensed under the MIT License.