README.md

# GoogleApi.BigLake

BigLake API client library.

The BigLake API provides access to BigLake Metastore, a serverless, fully managed, and highly available metastore for open-source data that can be used for querying Apache Iceberg tables in BigQuery.

## Installation

Install this package from [Hex](https://hex.pm) by adding
`google_api_big_lake` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:google_api_big_lake, "~> 0.2"}]
end
```

## For more information

Product documentation is available at [https://cloud.google.com/bigquery/](https://cloud.google.com/bigquery/).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_big_lake](https://hexdocs.pm/google_api_big_lake).