Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add links to EDK And Hub #1293

Merged
merged 3 commits into from
Dec 22, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Meltano Singer SDK

The Meltano_ Singer SDK for Taps and Targets is 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.
`Singer Spec`_, the de-facto open source standard for extract and load pipelines, and therefore Meltano_.

If you're looking to add support to Meltano for a new data tool that would be listed on the `Meltano Hub`_ as a utility, check out the `Meltano EDK`_ (Extension Development Kit) instead.

Future-proof extractors and loaders, with less code
---------------------------------------------------
Expand Down Expand Up @@ -75,6 +77,8 @@ Advanced Topics
.. _Singer: https://singer.io
.. _Singer Spec: https://hub.meltano.com/singer/spec
.. _Meltano: https://www.meltano.com
.. _Meltano SDK: https://edk.meltano.com
edgarrmondragon marked this conversation as resolved.
Show resolved Hide resolved
.. _Meltano Hub: https://hub.meltano.com/utilities/
.. _integrated with Meltano: https://docs.meltano.com/tutorials/custom-extractor#add-the-plugin-to-your-meltano-project
.. _contribute back: https://github.com/meltano/sdk/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+merge+requests%22
.. _source code: https://github.com/meltano/sdk
Expand Down