README.md
# GoogleApi.DataCatalog
Google Cloud Data Catalog API client library.
A fully managed and highly scalable data discovery and metadata management service.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_data_catalog` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_data_catalog, "~> 0.32"}]
end
```
## For more information
Product documentation is available at [https://cloud.google.com/data-catalog/docs/](https://cloud.google.com/data-catalog/docs/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_data_catalog](https://hexdocs.pm/google_api_data_catalog).