Skip to content

FAQ

Where should I start?

Role Start page
Query an existing warehouse Analysts
Run or maintain the pipeline Operators
Change code or dbt Contributors
Consume marts downstream Integrators

Is there a hosted OddsFox Pipeline dataset or API?

No — see Scope and non-goals.

Do I get rights in the data with the software?

No — see Operator responsibilities and THIRD_PARTY_NOTICES.md.

Is this trading or betting advice?

No — see Scope and non-goals.

May I redistribute my DuckDB file or Polygon export?

Only with independent rights — see Operator responsibilities.

Are “validated” runs or exact row counts a Hypertrial certification?

No — see Operator responsibilities.

Where is the documentation site?

data.oddsfox.io — validate with uv run make docs-check; edit with uv run make docs-serve.

Do I need API keys?

Kalshi needs none; Polymarket CLOB credentials are optional; Polygon JSON-RPC is optional — see Configuration.

Can I use Postgres instead of DuckDB?

No — local DuckDB is the supported v0.2.x warehouse.

Are warehouse migrations supported?

No — delete oddsfox.duckdb* and rerun quickstart; see Design decisions.

Are schedules on by default?

No — see Enable schedules.

Is Polygon settlement required for WC2026 analysis?

No — isolated advanced pipeline; ordinary Polymarket/Kalshi marts do not depend on it.

How do pipeline outputs relate to trading?

Analytics only — see System overview and Integration.

Are strategy and execution open source in this repo?

No — see repository roles in System overview.

How do I reset a broken local warehouse?

Stop writers, then:

rm oddsfox.duckdb*

Rerun Quickstart or the relevant scope. Prefer targeted recovery from Validate and recover when a full reset is unnecessary.