s3-tables-catalog

(โ˜… 154)

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

  • .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 Recommended
Prerequisites
  • 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