GithubHelp home page GithubHelp logo

isabella232 / tap-exacttarget-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dbt-labs/tap-exacttarget

0.0 0.0 0.0 110 KB

Singer.io tap for extracting data from the ExactTarget API

License: GNU Affero General Public License v3.0

Python 100.00%

tap-exacttarget-1's Introduction

tap-exacttarget

Author: Connor McArthur ([email protected])

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

It:

Quick Start

  1. Install
git clone [email protected]:fishtown-analytics/tap-exacttarget.git
cd tap-exacttarget
pip install .
  1. Get credentials from Exacttarget. You'll need to:
  • create a Salesforce Marketing Cloud App,
  • authenticate it to your Exacttarget account, then
  • get client ID and 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-exacttarget -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-exacttarget -c config.json --properties catalog.json

Gotchas

  • If you select the subscriber stream, you MUST select list_subscriber as well. subscriber is replicated through list_subscriber.

Embedded FuelSDK Copyright © 2017 Salesforce and Licensed under the MIT License

Copyright © 2017 Stitch

tap-exacttarget-1's People

Contributors

cmcarthur avatar kallan357 avatar nick-mccoy avatar timvisher avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.