From cd085470a1d774161447068ae47f981791f182e0 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Thu, 22 Dec 2022 12:11:26 -0600 Subject: [PATCH 1/3] Add link to EDK --- docs/index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 5f3d0d448..58cc4762f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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, check out the `Meltano EDK`_ (Extension Development Kit). Future-proof extractors and loaders, with less code --------------------------------------------------- @@ -75,6 +77,7 @@ 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 .. _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 From 00a39698129bf22e00baf22ae4e33ca3748ec8df Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Thu, 22 Dec 2022 12:12:56 -0600 Subject: [PATCH 2/3] Mention Hub --- docs/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 58cc4762f..6f95de165 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ 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, and therefore Meltano_. -If you're looking to add support to Meltano for a new data tool, check out the `Meltano EDK`_ (Extension Development Kit). +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 --------------------------------------------------- @@ -78,6 +78,7 @@ Advanced Topics .. _Singer Spec: https://hub.meltano.com/singer/spec .. _Meltano: https://www.meltano.com .. _Meltano SDK: https://edk.meltano.com +.. _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 From 5e0714201250cfb917706c5c599aad60f3dd1365 Mon Sep 17 00:00:00 2001 From: "Edgar R. M" Date: Thu, 22 Dec 2022 12:46:32 -0600 Subject: [PATCH 3/3] Update docs/index.rst --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 6f95de165..a2c08968c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -77,7 +77,7 @@ 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 +.. _Meltano EDK: https://edk.meltano.com .. _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