goes-funky / tap-lever

singer.io tap for Lever (lever.co)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tap-lever

Author: Drew Banin (drew@fishtownanalytics.com)

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

It:

  • Generates a catalog of available data in Lever
  • Extracts the following resources:
    • candidates
    • archive resons
    • applications
    • offers
    • opportunities
    • referrals
    • resumes
    • postings
    • requisitions
    • sources
    • stages
    • users

Quick Start

  1. Install
git clone git@github.com:singer-io/tap-lever.git
cd tap-lever
pip install .
  1. Get an API key from Lever

  2. 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 token

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

Step 4 generates a 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-lever -c config.json --catalog catalog.json

Copyright © 2020 Stitch

About

singer.io tap for Lever (lever.co)

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%