Skip to content

dmikurube/embulk-input-yelp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Yelp input plugin for Embulk

Search for Yelp businesses with the API v3.

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

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

Build

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages