https://github.com/appodeal/meltano_tap_hubspot
https://github.com/appodeal/meltano_tap_hubspot
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/appodeal/meltano_tap_hubspot
- Owner: appodeal
- Created: 2022-06-15T13:25:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T16:07:38.000Z (over 2 years ago)
- Last Synced: 2025-02-09T02:42:46.097Z (over 1 year ago)
- Language: Python
- Size: 48.8 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```