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

https://github.com/appodeal/meltano_tap_netsuite_search


https://github.com/appodeal/meltano_tap_netsuite_search

Last synced: about 1 year ago
JSON representation

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
```