--- layout: docu redirect_from: - /docs/data/data_sources title: Data Sources --- DuckDB sources several data sources, including file formats, network protocols, and database systems: * [AWS S3 buckets and storage with S3-compatible API]({% link docs/stable/extensions/httpfs/s3api.md %}) * [Azure Blob Storage]({% link docs/stable/extensions/azure.md %}) * [Blob files]({% link docs/stable/guides/file_formats/read_file.md %}#read_blob) * [Cloudflare R2]({% link docs/stable/guides/network_cloud_storage/cloudflare_r2_import.md %}) * [CSV]({% link docs/stable/data/csv/overview.md %}) * [Delta Lake]({% link docs/stable/extensions/delta.md %}) * [Excel]({% link docs/stable/extensions/excel.md %}) * [httpfs]({% link docs/stable/extensions/httpfs/https.md %}) * [Iceberg]({% link docs/stable/extensions/iceberg/overview.md %}) * [JSON]({% link docs/stable/data/json/overview.md %}) * [MySQL]({% link docs/stable/extensions/mysql.md %}) * [Parquet]({% link docs/stable/data/parquet/overview.md %}) * [PostgreSQL]({% link docs/stable/extensions/postgres.md %}) * [SQLite]({% link docs/stable/extensions/sqlite.md %}) * [Text files]({% link docs/stable/guides/file_formats/read_file.md %}#read_text)