Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 612 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 612 Bytes

ExIceberg

ExIceberg is an Elixir library for interacting with Apache Iceberg.

Installation

Add ex_iceberg to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_iceberg, "~> 0.1.0"}
  ]
end

Usage

For detailed usage instructions, please refer to the documentation.

Others

We are using this rest catalog implementation for integration tests and Tabular to test the authentication workflow.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.