Skip to content

dbt-labs/tap-liveperson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is no longer actively maintained

This repository is no longer actively maintained. The dbt Labs team will no longer be accepting pull requests or responding to issues on this repo.

For a more actively maintained repo for the Liveperson Singer tap, see https://github.com/adswerve/tap-liveperson


tap-liveperson

Author: Drew Banin (drew@fishtownanalytics.com)

This is a Singer tap that produces JSON-formatted data following the Singer spec.

It:

Quick Start

  1. Install
git clone git@github.com:fishtown-analytics/tap-liveperson.git
cd tap-liveperson
pip install .
  1. Get credentials from Liveperson. You'll need to:
  • create an OAuth app
  • get the app key, app secret, client ID, and client secret. Save these -- you'll need them in the next step.
  1. Create the config file.

There is a template you can use at config.json.example, just copy it to config.json in the repo root and insert your client ID and secret.

  1. Run the application to generate a catalog.
tap-liveperson -c config.json --discover > catalog.json
  1. Select the tables you'd like to replicate

Step 4 a file called catalog.json that specifies all the available endpoints and fields. You'll need to open the file and select the ones you'd like to replicate. See the Singer guide on Catalog Format for more information on how tables are selected.

  1. Run it!
tap-liveperson -c config.json --catalog catalog.json

Copyright © 2019 Fishtown Analytics

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages