# Blob store / GCS

Sumble can export enriched data as Parquet files directly to your Google Cloud Storage (GCS) bucket.

## Overview

The blob store integration is a one-way push: Sumble writes Parquet files to a GCS bucket you control. This is the simplest integration option — no API connections, no database credentials. You get raw files that you can process however you want.

## What gets delivered

Each pipeline run writes a set of Parquet files to your bucket:

* **Enriched organizations** — your accounts with all configured enrichment columns
* **Alerts feed** — intent signals generated for your accounts
* **Reference data** — technologies, job functions, countries, and other lookup tables

Files are standard Apache Parquet format, readable by any tool that supports it (BigQuery, Spark, pandas, DuckDB, etc.).

## Update cadence

Files are updated daily after the Sumble data pipeline completes. Each run replaces the previous set of files.

## Setup

GCS integration requires an enterprise plan. To get started:

1. Create a GCS bucket (or designate an existing one) for Sumble to write to
2. Grant Sumble's service account write access to the bucket
3. Sumble configures the export and begins daily syncs

<a href="https://calendly.com/d/cnzk-sjk-q38/sumble" class="button primary">Book a time to chat with us</a>
