Singer.io tap for Teamwork.com
Project description
tap-teamwork
Author: Stephen Bailey (sbailey@immuta.com)
This is a Singer tap for Teamwork.com that produces JSON-formatted data following the Singer spec.
It can generate a catalog of available data in teamwork and extract the following resources:
- Projects
- Project updates
- Project milestones
- Project risks
- Latest project activity
- People
- Tags
Quick Start
- Install
git clone git@github.com:immuta/tap-teamwork.git
cd tap-teamwork
pip install .
-
Get an API key from Teamwork's website.
-
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
- Run the application to generate a catalog.
tap-teamwork -c config.json --discover > catalog.json
- 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.
- Run it!
tap-teamwork -c config.json --catalog catalog.json
Acknowledgements
Would like to acknowledge the folks at Fishtown Analytics whose tap-framework and tap-lever packages formed the foundation for this package.
Copyright © 2020 Immuta
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tap-teamwork-0.3.4.tar.gz.
File metadata
- Download URL: tap-teamwork-0.3.4.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.8.7 Darwin/20.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cb70f4cadb1ac2ac91c27e7d9d2e6de2446c8f4a5fa3f18729c77408e7cfdae
|
|
| MD5 |
c7ebc4b248a222620969e5f9e5722da1
|
|
| BLAKE2b-256 |
e6307d5449b9ae0ff2a7b4b601db4563aa6a47578873635fa222204afa853982
|
File details
Details for the file tap_teamwork-0.3.4-py3-none-any.whl.
File metadata
- Download URL: tap_teamwork-0.3.4-py3-none-any.whl
- Upload date:
- Size: 22.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.8.7 Darwin/20.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8ee81e5691f8638a9ba601aa9d640b82949f7d44fab5ff281be2222917ccb70
|
|
| MD5 |
9fa8232c1936120331a0752dce8b3dd3
|
|
| BLAKE2b-256 |
0a37653e05f1abbca712d4db24d6cb67a91df9f99397f990aba774db65ef7bd1
|