s3-tables-catalog
The Amazon S3 Tables catalog is a client library that bridges control plane operations provided by S3 Tables to engines like Apache Spark, Flink and others, when used with the Iceberg Table format
File Explorer
Download Latest Version (.zip)- gradle-publish.yml
- gradle.yml
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- THIRD-PARTY
- Runtime.java
- build.gradle
- ApacheHttpClientConfigurations.java
- AwsClientProperties.java
- FileIOTracker.java
- HttpClientProperties.java
- RetryDetector.java
- UrlConnectionHttpClientConfigurations.java
- S3TablesAssumeRoleAwsClientFactory.java
- S3TablesAwsClientFactories.java
- S3TablesAwsClientFactory.java
- S3TablesCatalog.java
- S3TablesCatalogConfiguration.java
- S3TablesCatalogOperations.java
- S3TablesLocationProvider.java
- S3TablesProperties.java
- S3TablesTable.java
- S3TablesCatalogTest.java
- S3TablesLocationProviderTest.java
- .gitignore
- build.gradle
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- gradlew
- gradlew.bat
- LICENSE
- NOTICE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/awslabs/s3-tables-catalog
Downloads the entire project code from GitHub to your computer.
cd s3-tables-catalog
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
