> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plungeai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Integrations

> Planned: run PlungeAI agents over rows in your data tools.


<Info>
Planned: not available yet. Tracked as TI-43.
</Info>

## What this will do

Data integrations will let Spark, DuckDB, BigQuery, Polars, Snowflake and Supabase run PlungeAI agents over the rows of a table or a dataframe. None exists today. The nearest path today is calling `POST /v1/agents/:id/execute` from a UDF or an edge function, or the models plane.

## Use this today

<CardGroup cols={2}>
<Card title="Apache Spark" icon="database" href="/data-integrations/spark">
Planned.
</Card>
<Card title="DuckDB" icon="database" href="/data-integrations/duckdb">
Planned.
</Card>
<Card title="Google BigQuery" icon="database" href="/data-integrations/bigquery">
Planned.
</Card>
<Card title="Polars" icon="database" href="/data-integrations/polars">
Planned.
</Card>
<Card title="Snowflake" icon="database" href="/data-integrations/snowflake">
Planned.
</Card>
<Card title="Supabase" icon="database" href="/data-integrations/supabase">
Planned.
</Card>
<Card title="Enrichment workflow" icon="workflow" href="/workflows/examples/enrichment">
Enrich a list of rows with a workflow you can run today.
</Card>
</CardGroup>

<!-- placeholder-source: content/_placeholders.json -->
