memiiso / debezium-server-iceberg

Replicates any database (CDC events) to Apache Iceberg (To Cloud Storage)
Apache License 2.0
178 stars 35 forks source link

Does this support with AWS Glue catalog for metadata? #165

Open kalyanjanaki777 opened 1 year ago

kalyanjanaki777 commented 1 year ago

I want to use this connector to write data to s3 and query using Amazon Athena. But there is dependency of AWS glue to be used as metadata. So how can we do that?

ismailsimsek commented 1 year ago

@kalyanjanaki777 AWS dependencies and iceberg glue catalog is packaged into the release. its possible to use with Glue Catalog as is. please post here if you run into any issue

ismailsimsek commented 1 year ago

Related #166