README.md

# GoogleApi.DataFusion

Cloud Data Fusion API client library.

Cloud Data Fusion is a fully-managed, cloud native, enterprise data integration service for
    quickly building and managing data pipelines. It provides a graphical interface to increase
    time efficiency and reduce complexity, and allows business users, developers, and data
    scientists to easily and reliably build scalable data integration solutions to cleanse,
    prepare, blend, transfer and transform data without having to wrestle with infrastructure.

## Installation

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

```elixir
def deps do
  [{:google_api_data_fusion, "~> 0.3"}]
end
```

## For more information

Product documentation is available at [https://cloud.google.com/data-fusion/docs](https://cloud.google.com/data-fusion/docs).

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