Get Started Today

2026-01-27PresentP
Get Started Today
Cloudflare

From Zero to Querying in Minutes

1
Create an R2 bucket
$ npx wrangler r2 bucket create my-data-lake
2
Enable Data Catalog
$ npx wrangler r2 bucket catalog enable my-data-lake
3
Create a Pipeline
$ npx wrangler pipelines setup
Query your data
npx wrangler r2 sql query "my-warehouse" \
"SELECT event_type, COUNT(*) AS cnt
FROM default.events
GROUP BY event_type
ORDER BY cnt DESC LIMIT 10"
Pricing (Open Beta)
Pipelines
Free during beta
R2 Storage
$0.015/GB/mo
10 GB/mo free
Data Catalog
Free during beta
R2 SQL
Free during beta

R2 storage and operations billed at standard rates. Zero egress fees.

Bring Your Own Engine

Standard Iceberg REST Catalog API — connect any compatible tool

Apache Spark
DuckDB
Snowflake
Trino
StarRocks
PyIceberg
Questions? Want to learn more?
Join the developer community on Discord