Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 735 Bytes

README_pypi.md

File metadata and controls

13 lines (8 loc) · 735 Bytes

Bodo Iceberg Connector

Bodo Iceberg Connector: Bodo's Connector for the Apache Iceberg Data Format

Bodo Iceberg Connector is a Bodo connector for used to access data that is stored in Apache Iceberg tables. It allows users to read and write Iceberg tables using Bodo's and BodoSQL's IO APIs.

Bodo's Iceberg Documentation: https://docs.bodo.ai/latest/iceberg/intro/

Requirements

The Bodo Iceberg Connector depends on having Java installed on your system. You will need to download either Java 11 or Java 17 from one of the main available distribution and ensure that the JAVA_HOME environment variable is properly set. If you can run java -version in your terminal and see the correct Java version, you are good to go.