ndrluis / ex_iceberg

Home Page:https://hexdocs.pm/ex_iceberg/ExIceberg.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License

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

About

https://hexdocs.pm/ex_iceberg/ExIceberg.html

License:Apache License 2.0


Languages

Language:Elixir 100.0%