Export data to your warehouse
Pipe Buuse events into Snowflake, BigQuery, or Redshift on a schedule.
6 min readUpdated Mar 21, 2026
Buuse keeps ninety days of event data in the dashboard. For longer retention or custom modeling, export to your warehouse.
Native connectors
Snowflake, BigQuery, and Redshift have first-class connectors. Configure them once and Buuse pushes a daily snapshot to the destination of your choice.
Webhook firehose
If you want raw events in real time, point a webhook at any HTTPS endpoint. Each event is delivered as JSON within thirty seconds of firing.
{
"event": "purchase",
"show_id": "show_42a",
"order_value": 285.0,
"currency": "USD",
"viewer_id": "anon_19c"
}Was this article helpful?
Related articles