GitHub - meltano/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 (original) (raw)

Meltano Singer SDK

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 theSinger Spec, the de-facto open source standard for extract and load pipelines.


Meltano Singer SDK Logo

Meltano Community Slack Python Versions Downloads
PyPI Version Documentation Status codecov pre-commit.ci status uv


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