Skip to content

dbt-labs/tap-mind-body

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tap-mind-body

Author: Jacob Werderits (jacob@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-mind-body.git
cd tap-mind-body
pip install .

2. Accessing Data from Mindbody

To develop and integrate an application using the MINDBODY Public API, you’ll need to do the following:

  1. Create a MINDBODY developer account.
  2. Write your application, using the MINDBODY sandbox for development and testing.
  3. Request approval from MINDBODY to take your application live.
  4. Request a site-specific activation code or an activation link for a specific business owner’s MINDBODY account so that your application can access the owner’s business data.
  5. Send the activation code or the activation link to the business owner to activate. You’ll need to follow these processes in the order given.

3. 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 tokens. To get the Authorization token, you can use the issue endpoint to pass User Credentials.

Note: For all endpoints, user credentials may alter the returned data based on the creator of the passed token.

4. Run the application to generate a catalog.

tap-mind-body -c config.json --discover > catalog.json

5. 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.

6. Run it!

tap-mind-body -c config.json --catalog catalog.json

Copyright © 2019 Fishtown Analytics

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published