Today, we’re launching the new Cloudflare Pipelines: a streaming data platform that ingests events, transforms them with SQL, and writes to R2 as Apache Iceberg tables or Parquet files.
Pipelines can receive events via HTTP endpoints or Worker bindings, transform them with SQL, and deliver to R2 with exactly-once guarantees. This makes it easy to build analytics-ready warehouses for server logs, mobile application events, IoT telemetry, or clickstream data without managing streaming infrastructure.
For example, here’s a pipeline that ingests clickstream events and filters out bot traffic while extracting domain information:
INSERT into events_tableSELECT user_id, lower(event) AS event_type, to_timestamp_micros(ts_us) AS event_time, regexp_match(url, '^https?://([^/]+)')[1] AS domain, url, referrer, user_agentFROM events_jsonWHERE event = 'page_view' AND NOT regexp_like(user_agent, '(?i)bot|spider');Get started by creating a pipeline in the dashboard or running a single command in Wrangler:
npx wrangler pipelines setupCheck out our getting started guide to learn how to create a pipeline that delivers events to an Iceberg table you can query with R2 SQL. Read more about today’s announcement in our blog post.
Source: Cloudflare
Latest Posts
- (Updated) Microsoft Teams: Improved organization chart in Profile Card (Desktop, Mac, Web) [MC1151242]
![(Updated) Microsoft Teams: Improved organization chart in Profile Card (Desktop, Mac, Web) [MC1151242] 2 pexels pixabay 50570](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- (Updated) Microsoft Outlook for iOS/Android: Improved Contacts with profile enrichment and duplicate management [MC1093912]
![(Updated) Microsoft Outlook for iOS/Android: Improved Contacts with profile enrichment and duplicate management [MC1093912] 3 pexels apasaric 6062555](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- Microsoft Outlook for iOS/Android: Automatic replies collapsed by default in email thread [MC1184410]
![Microsoft Outlook for iOS/Android: Automatic replies collapsed by default in email thread [MC1184410] 4 pexels yankrukov 8866797](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- Maintain accurate presence in Teams on the Web with new activity detection setting [MC1184412]
![Maintain accurate presence in Teams on the Web with new activity detection setting [MC1184412] 5 pexels markusspiske 92083](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)

![(Updated) Microsoft Teams: Improved organization chart in Profile Card (Desktop, Mac, Web) [MC1151242] 2 pexels pixabay 50570](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-pixabay-50570-150x150.webp)
![(Updated) Microsoft Outlook for iOS/Android: Improved Contacts with profile enrichment and duplicate management [MC1093912] 3 pexels apasaric 6062555](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-apasaric-6062555-150x150.webp)
![Microsoft Outlook for iOS/Android: Automatic replies collapsed by default in email thread [MC1184410] 4 pexels yankrukov 8866797](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-yankrukov-8866797-150x150.webp)
![Maintain accurate presence in Teams on the Web with new activity detection setting [MC1184412] 5 pexels markusspiske 92083](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-markusspiske-92083-150x150.webp)
