Skip to content

Commit

Permalink
docs: materialize-iceberg
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhbaker committed Mar 6, 2025
1 parent 3bba047 commit 3d42dc3
Show file tree
Hide file tree
Showing 3 changed files with 478 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ In the future, other open-source materialization connectors from third parties c
* Amazon SQL Server
* [Configuration](./SQLServer/amazon-rds-sqlserver.md)
* Package - ghcr.io/estuary/materialize-amazon-rds-sqlserver:dev
* Apache Iceberg Tables in S3
* Apache Iceberg Tables
* [Configuration](./apache-iceberg.md)
* Package — ghcr.io/estuary/materialize-iceberg:dev
* Apache Iceberg Tables in S3 (delta updates)
* [Configuration](./amazon-s3-iceberg.md)
* Package — ghcr.io/estuary/materialize-s3-iceberg:dev
* Apache Kafka
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: This connector materializes delta updates of Flow collections into

import ReactPlayer from "react-player";

# Apache Iceberg Tables in Amazon S3
# Apache Iceberg Tables in Amazon S3 (delta updates)

This connector materializes [delta updates](../../../concepts/materialization.md#delta-updates) of
Flow collections into Apache Iceberg tables using Amazon S3 for object storage and [AWS
Expand Down
Loading

0 comments on commit 3d42dc3

Please sign in to comment.