https://github.com/appodeal/meltano_tap_netsuite_search
https://github.com/appodeal/meltano_tap_netsuite_search
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/appodeal/meltano_tap_netsuite_search
- Owner: appodeal
- Created: 2022-04-04T10:43:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T10:30:31.000Z (about 3 years ago)
- Last Synced: 2025-02-09T02:42:46.302Z (over 1 year ago)
- Language: Python
- Size: 30.3 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tap-netsuite-search
`tap-netsuite-search` 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-netsuite-search` 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
poetry run tap-netsuite-search --config ./config.json
```