Home

Awesome

<h1 align="center">Meltano Singer SDK</h1> <h3 align="center"> 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 <a href="https://hub.meltano.com/singer/spec">Singer Spec</a>, the de-facto open source standard for extract and load pipelines. </h3>
</br> <div align="center"> <img alt="Meltano Singer SDK Logo" src="https://user-images.githubusercontent.com/11428666/231584532-ffa694e6-60f9-4fd6-b2ee-5ff3e39d3ad6.svg" width="600"/> </div> </br> <div align="center"> <a href="https://pypi.org/project/singer-sdk"> <img alt="Python Versions" src="https://img.shields.io/pypi/pyversions/singer-sdk"/> </a> <a href="https://pypi.org/project/singer-sdk"> <img alt="Downloads" src="https://img.shields.io/pypi/dw/singer-sdk?color=blue"/> </a> <a href="https://pypi.org/project/singer-sdk"> <img alt="PyPI Version" src="https://img.shields.io/pypi/v/singer-sdk?color=blue"/> </a> <a href="https://sdk.meltano.com/en/latest/?badge=latest"> <img alt="Documentation Status" src="https://readthedocs.org/projects/meltano-sdk/badge/?version=latest"/> </a> <a href="https://codecov.io/gh/meltano/sdk"> <img alt="codecov" src="https://codecov.io/gh/meltano/sdk/branch/main/graph/badge.svg?token=kS1zkemAgo"/> </a> <a href="https://results.pre-commit.ci/latest/github/meltano/sdk/main"> <img alt="pre-commit.ci status" src="https://results.pre-commit.ci/badge/github/meltano/sdk/main.svg"/> </a> </div>

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.

Meltano

Not familiar with Meltano? Meltano is your CLI for ELT+ that:

If you want to get started with Meltano, we suggest you:

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.