Skip to content

Commit

Permalink
Docs: Add links to Go, Python and Rust (#8681)
Browse files Browse the repository at this point in the history
* Add links to Go, Python and Rust

In alphabetic order :)

* Update README.md
  • Loading branch information
Fokko authored Oct 2, 2023
1 parent c68abfc commit df0f408
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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** (Python): [iceberg-python](https://github.com/apache/iceberg-python)
* **Rust**: [iceberg-rust](https://github.com/apache/iceberg-rust)

0 comments on commit df0f408

Please sign in to comment.