You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apache Iceberg isn't a datastore. It is a format for writing big analytics tables.
To achieve this, we'll write an S3 java conduit connector, and add the Apache iceberg format to that.
The official implementation of the format is in Java (see link below). There is a go implementation (https://github.com/apache/iceberg-go) but the first commit was 2023-08-23, so it is very very immature, So we'll go with Java.
Resource name
Apache Iceberg
Resource link
https://iceberg.apache.org/
Connector type
Destination
Expected connector behavior
Apache Iceberg isn't a datastore. It is a format for writing big analytics tables.
To achieve this, we'll write an S3 java conduit connector, and add the Apache iceberg format to that.
The official implementation of the format is in Java (see link below). There is a go implementation (https://github.com/apache/iceberg-go) but the first commit was 2023-08-23, so it is very very immature, So we'll go with Java.
Resources:
https://github.com/apache/iceberg
Steps:
The text was updated successfully, but these errors were encountered: