Now in preview · 30-day free trial

Enterprise analytics with control, safety, and confidence.

Opteryx is a cloud data warehouse built for dependable results, clear governance, and straightforward data ownership. Zero-ops consumption — no infrastructure to manage.

Predictable behavior Governance built-in Your data, your control
country_events · last 30 days 412 ms
events peak day
Rows scanned
58,909,392
query.ok · 0.032 DWU
Why Opteryx

Enterprise analytics that deliver dependable results.

Three commitments we hold ourselves to — and you can measure us on.

Predictable behavior

Deterministic planning and cost-aware execution mean your dashboards return the same answer at the same price, every time.

Governance built-in

Fine-grained access tokens, per-query audit, and row-level policies that your security and compliance teams can trust.

OPTERYX read-only your S3 / GCS

Your data, your control

Read-only over your own object storage. Parquet, S3, GCS — we never copy or move it. You keep the keys.

SQL you already know. Pricing that doesn’t surprise you.

Write standard SQL against your object storage. Planning is deterministic; execution is cost-aware and transparent.

  • Per-query scan metrics, before you commit
  • Partition-pruning and predicate pushdown by default
  • Read-only — the engine never mutates your data
  • Compatible with Tableau, Power BI, Looker
monthly_revenue.sql
-- Monthly revenue by plan, last quarter
SELECT DATE_TRUNC('month', created_at) AS month,
       plan,
       SUM(amount_usd) AS revenue_usd
FROM analytics.revenue_attribution
WHERE created_at >= CURRENT_DATE - INTERVAL '90 days'
GROUP BY month, plan
ORDER BY month DESC, revenue_usd DESC;

-- 12 rows returned · scanned 247 MB · 284 ms
Revenue · last quarter
$1.24M · +18% QoQ
Enterprise
$142k
Team
$86k
Starter
$48k
DirectQuery · Power BI
Integrations

Bring your own BI tool. And your own storage.

Opteryx is a BI-backend-first warehouse. Connect Tableau, Power BI, or Looker, and point us at the Parquet already sitting in your own object store.

Ta
Tableau
Connect over standard ODBC.
BI
Pb
Power BI
DirectQuery via Opteryx gateway.
BI
Lk
Looker
LookML over our SQL dialect.
BI
Md
Metabase
Community-supported driver.
BI
S3
Amazon S3
Read Parquet directly.
Source
Gc
GCS
Read Parquet directly.
Source
Py
Python
pip install opteryx.
Source
OD
OData
Read-only v4 endpoint.
Protocol

Make your data work harder.

Opteryx gives BI teams the governance of a warehouse and the cost story of object storage.