Code Monkey home page Code Monkey logo

tap-kit's Introduction

tap-kit

Overview

tap-kit is a toolkit for simplifying the build of Singer taps, serving as a helper library for common functionality.

This package could help if an API meets the following criteria:

  • Basic Auth
  • REST API
  • Catalog is generatable from schema files (i.e. doesn't need to query the integration API to determine data availability/ids/etc.)
  • Straightforward pagination approach (e.g. next https://tools.ietf.org/html/rfc5988 OR simple param search)

Setup

Add the following to your setup.py:

    install_requires=[
        "tap-kit @ git+https://github.com/Radico/tap-kit.git@master"
    ],
    dependency_links=[
        "https://github.com/Radico/tap-kit/tarball/master#egg=tap-kit-0.1.1",
    ]

From there, import any desired classes and functions like you would for other packages:

from tap_kit import TapExecutor
from tap_kit.streams import Stream

Example taps using tap-kit

tap-kit's People

Contributors

dmzobel avatar morgzmatty avatar asherwoodbury avatar imcinerney avatar ricardoatsouza avatar camelfantasy avatar bradfora avatar sbwheeler avatar sokser avatar

Stargazers

TR avatar

Watchers

James Cloos avatar

Forkers

isabella232

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.