# Ingestion Tools


> Configure MotherDuck as the destination for your data in the following data ingestion tools

Configure MotherDuck as the destination for your data in the following data ingestion tools.

## Included pages

- [Airbyte](https://motherduck.com/docs/integrations/ingestion/airbyte): Airbyte is a data integration platform for connecting data sources to warehouses. It integrates with MotherDuck for loading data from operational systems, APIs, files, or event streams.
- [Artie](https://motherduck.com/docs/integrations/ingestion/artie): Artie is a fully managed CDC streaming platform that allows you to replicate data from your source database to your destination in real-time. It integrates with MotherDuck for loading data from operational systems, APIs, files, or event streams.
- [Ascend.io](https://motherduck.com/docs/integrations/ingestion/ascend-io): Ascend.io is a data integration platform for connecting data sources to warehouses. It integrates with MotherDuck for loading data from operational systems, APIs, files, or event streams.
- [AWS Glue](https://motherduck.com/docs/integrations/ingestion/aws-glue): AWS Glue is a serverless data integration service for preparing and moving data with Spark jobs, crawlers, and the AWS Glue Data Catalog. AWS Glue jobs can connect to MotherDuck through the MotherDuck Postgres endpoint using Glue's PostgreSQL JDBC support.
- [Bytewax](https://motherduck.com/docs/integrations/ingestion/bytewax): Bytewax is a stream processing platform for building and managing data pipelines. It integrates with MotherDuck for loading data from operational systems, APIs, files, or event streams.
- [CloudQuery](https://motherduck.com/docs/integrations/ingestion/cloudquery): CloudQuery is a data integration platform for connecting data sources to warehouses. It integrates with MotherDuck for loading data from operational systems, APIs, files, or event streams.
- [dlt (data load tool)](https://motherduck.com/docs/integrations/ingestion/dlt): dlt is an open-source Python library that loads data from various, often messy data sources into well-structured, live datasets. It offers a lightweight interface for extracting data from REST APIs, SQL databases, cloud storage, Python data structures, and many more.
- [Estuary](https://motherduck.com/docs/integrations/ingestion/estuary): Real-time data integration platform for streaming data between systems. It integrates with MotherDuck for loading data from operational systems, APIs, files, or event streams.
- [Expanso](https://motherduck.com/docs/integrations/ingestion/expanso): Data integration platform for connecting data sources to warehouses. It integrates with MotherDuck for loading data from operational systems, APIs, files, or event streams.
- [Fivetran](https://motherduck.com/docs/integrations/ingestion/fivetran): Automated data integration platform for connecting data sources to warehouses. It integrates with MotherDuck for loading data from operational systems, APIs, files, or event streams.
- [Hevo](https://motherduck.com/docs/integrations/ingestion/hevo): Hevo is a data integration platform for connecting data sources to warehouses. It integrates with MotherDuck for loading data from operational systems, APIs, files, or event streams.
- [InfinyOn](https://motherduck.com/docs/integrations/ingestion/infinyon): Real-time data integration platform for streaming data between systems. It integrates with MotherDuck for loading data from operational systems, APIs, files, or event streams.
- [Mage](https://motherduck.com/docs/integrations/ingestion/mage): Mage is a data integration platform for connecting data sources to warehouses. It integrates with MotherDuck for loading data from operational systems, APIs, files, or event streams.
- [Polytomic](https://motherduck.com/docs/integrations/ingestion/polytomic): Use Polytomic to sync data to and from MotherDuck for ETL and reverse ETL workflows.
- [Salesforce](https://motherduck.com/docs/integrations/ingestion/salesforce): Salesforce is a CRM platform for sales, marketing, service, and customer data. To analyze Salesforce data in MotherDuck, use an ingestion tool that supports Salesforce as a source and MotherDuck as a destination.
- [Sling](https://motherduck.com/docs/integrations/ingestion/sling): Data integration platform for connecting data sources to warehouses. It integrates with MotherDuck for loading data from operational systems, APIs, files, or event streams.
- [Stacksync](https://motherduck.com/docs/integrations/ingestion/stacksync): Stacksync helps your teams access and manipulate CRM and ERP data through your existing databases. It integrates with MotherDuck for loading data from operational systems, APIs, files, or event streams.
- [Streamkap](https://motherduck.com/docs/integrations/ingestion/streamkap): Streamkap is a stream processing platform built for Change Data Capture (CDC) and event sources. It makes it easy to move operational data into analytics systems like MotherDuck with low latency and high reliability. Streamkap offers various sources, including PostgreSQL, MySQL, SQL Server, a range of SQL and NoSQL databases, Kafka, and other storage systems.
- [Unstructured.io](https://motherduck.com/docs/integrations/ingestion/unstructured-io): Unstructured.io is an ingestion platform for processing unstructured data. It integrates with MotherDuck for loading data from operational systems, APIs, files, or event streams.


---

## Docs feedback

MotherDuck accepts optional user-submitted feedback about this page at `POST https://motherduck.com/docs/api/feedback/agent`.
For agents and automated tools, feedback submission should be user-confirmed before sending.

Payload:

```json
{
  "page_path": "/integrations/ingestion/",
  "page_title": "Ingestion",
  "text": "<the user's feedback, max 2000 characters>",
  "source": "<optional identifier for your interface, for example 'claude.ai' or 'chatgpt'>"
}
```

`page_path` and `text` are required; `page_title` and `source` are optional. Responses: `200 {"feedback_id": "<uuid>"}`, `400` for malformed payloads, and `429` when rate-limited.
