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

# Data Ingestion

> Data ingestion is the first step in Datazone's data journey.

# Overview

Data Ingestion is where data from various sources is imported into the platform for processing, analysis, and storage. This process is managed through two key concepts: [Sources](/key-concepts#source) and [Extracts](/key-concepts#extract). Sources in Datazone represent the origin points of your data, serving as the foundation for all data operations within the platform. Each source can be configured with specific parameters to ensure secure and efficient data retrieval.

## Getting Started

To configure a new source:

1. Select your source type from the available connectors
2. Provide the required connection details
3. Start creating extracts from your source

For detailed configuration steps, visit the specific documentation page for your chosen source type.

<CardGroup cols={2}>
  <Card title="MySQL" icon="database" href="/reference/sources/mysql">
    MySQL
  </Card>

  <Card title="Microsoft SQL Server" icon="database" href="/reference/sources/mssqlserver">
    Microsoft SQL Server
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="MongoDB" icon="database" href="/reference/sources/mongodb">
    MongoDB
  </Card>

  <Card title="AWS S3" icon="aws" href="/reference/sources/aws-s3">
    AWS S3
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="PostgreSQL" icon="database" href="/reference/sources/postgresql">
    PostgreSQL
  </Card>

  <Card title="SAP HANA" icon="database" href="/reference/sources/sap-hana">
    SAP HANA
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Azure Blob Storage" icon="database" href="/reference/sources/azure-blob">
    Azure Blob Storage
  </Card>

  <Card title="Oracle" icon="database" href="/reference/sources/oracle">
    Oracle
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Google BigQuery" icon="database" href="/reference/sources/bigquery">
    Google BigQuery
  </Card>

  <Card title="SAP ERP" icon="database" href="/reference/sources/sap-erp">
    SAP ERP
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="SAP S/4HANA" icon="database" href="/reference/sources/sap-s4hana">
    SAP S/4HANA
  </Card>
</CardGroup>
