Skip to content

Commit

Permalink
Commit Init
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrluis committed Jun 8, 2024
0 parents commit 891f40d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# ExIceberg

ExIceberg is an Elixir library for interacting with Apache Iceberg.

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

```elixir
def deps do
[
{:ex_iceberg, "~> 0.1.0"}
]
end
```
## Usage
For detailed usage instructions, please refer to the [documentation](https://hexdocs.pm/ex_iceberg).

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

0 comments on commit 891f40d

Please sign in to comment.