An open API service indexing awesome lists of open source software.

https://github.com/appodeal/meltano_tap_hubspot


https://github.com/appodeal/meltano_tap_hubspot

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# tap-hubspot

`tap-hubspot` is a Singer tap for DasboardReports.

Built with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.

## Installation

### Source Authentication and Authorization

- [ ] `Developer TODO:` If your tap requires special access on the source system, or any special authentication requirements, provide those here.

## Usage

You can easily run `tap-hubspot` by itself or in a pipeline using [Meltano](https://meltano.com/).

### Initialize your Development Environment

```bash
pip install poetry
poetry install
```

### Executing the Tap Directly

```bash
TAP_HUBSPOT_FULL_REFRESH=True && poetry run tap-hubspot --config ./config.json
```