WillDaSilva / sdk

Write 70% less code by using the SDK to build custom extractors and loaders that adhere to the Singer standard: https://sdk.meltano.com

Home Page:https://sdk.meltano.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meltano SDK for Taps and Targets

Python Versions Downloads PyPI Version Documentation Status codecov pre-commit.ci status

The Tap and Target SDKs are the fastest way to build custom data extractors and loaders! Taps and targets built on the SDK are automatically compliant with the Singer Spec, the de-facto open source standard for extract and load pipelines.

Future-proof extractors and loaders, with less code

On average, developers tell us that they write about 70% less code by using the SDK, which makes learning the SDK a great investment. Furthermore, as new features and capabilities are added to the SDK, your taps and targets can always take advantage of the latest capabilities and bug fixes, simply by updating your SDK dependency to the latest version.

Documentation

Contributing back to the SDK

Making a new release of the SDK

  1. Trigger a version bump using the GitHub web UI or the cli:

    $ gh workflow run

    The increment: auto option will figure out the most appropriate bump based on commit history.

  2. Follow the checklist in the PR description.

  3. Publish a new release using the GitHub web UI.

About

Write 70% less code by using the SDK to build custom extractors and loaders that adhere to the Singer standard: https://sdk.meltano.com

https://sdk.meltano.com

License:Apache License 2.0


Languages

Language:Python 100.0%