Sha256: 5f4cf6764406188ee2152da6678e7582ee7f9a98dd2c4c57ad2529acde50c7cd

Contents?: true

Size: 862 Bytes

Versions: 6

Compression:

Stored size: 862 Bytes

Contents

# Yelp input plugin for Embulk

Search for Yelp businesses with the [API v3](https://www.yelp.com/developers/documentation/v3/business_search).

## Overview

* **Plugin type**: input
* **Resume supported**: no
* **Cleanup supported**: no
* **Guess supported**: no

## Configuration

- **access_token**: Yelp OAuth2 access token (string, required)
- **location**: Location (string, required)
- **maximum_retries**: Maximum number of retries (integer, default: 7)
- **initial_retry_interval_millis**: Initial interval between retries in milliseconds (integer, default: 1000)
- **maximum_retry_interval_millis**: Maximum interval between retries in milliseconds (integer, default: 60000)

## Example

```yaml
in:
  type: yelp
  access_token: ********
  location: Kyoto
```


## Build

```
$ ./gradlew gem  # -t to watch change of files and rebuild continuously
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
embulk-input-yelp-0.2.4 README.md
embulk-input-yelp-0.2.3 README.md
embulk-input-yelp-0.2.2 README.md
embulk-input-yelp-0.2.1 README.md
embulk-input-yelp-0.2.0 README.md
embulk-input-yelp-0.1.0 README.md