This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-add-links in repository https://gitbox.apache.org/repos/asf/iceberg.git
commit b53b3ed6e3b9dbdd81d0d561da1bcc21fb363aaa Author: Fokko Driesprong <[email protected]> AuthorDate: Fri Sep 29 11:15:45 2023 +0200 Add links to Go, Python and Rust In alphabetic order :) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a0b7b00208..4397b6ce14 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,11 @@ Iceberg also has modules for adding Iceberg support to processing engines: See the [Multi-Engine Support](https://iceberg.apache.org/multi-engine-support/) page to know about Iceberg compatibility with different Spark, Flink and Hive versions. For other engines such as Presto or Trino, please visit their websites for Iceberg integration details. + +### Implementations + +This repository contains the Java implementation of Iceberg. Other implementations can be found at: + +* **Go**: [iceberg-go](https://github.com/apache/iceberg-go) +* **PyIceberg**: [iceberg-python](https://github.com/apache/iceberg-python) +* **Rust**: [iceberg-rust](https://github.com/apache/iceberg-rust)
