ExIceberg is an Elixir library for interacting with Apache Iceberg.
Add ex_iceberg to your list of dependencies in mix.exs:
def deps do
[
{:ex_iceberg, "~> 0.1.0"}
]
end
For detailed usage instructions, please refer to the documentation.
We are using this rest catalog implementation for integration tests and Tabular to test the authentication workflow.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.