From a256211a5c87380f712f7046c5fa12ba038c757a Mon Sep 17 00:00:00 2001 From: sbalnojan Date: Wed, 28 Sep 2022 11:19:23 +0200 Subject: [PATCH 1/2] add links to meltano install and tut --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 9ddb089e4..14723ebd9 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,21 @@ makes learning the SDK a great investment. Furthermore, as new features and capa 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](https://docs.meltano.com/getting-started/meltano-at-a-glance) is your DataOps infrastructure that: + +- **Starts simple**: Meltano is pip-installable and comes in a prepackaged docker container, you can have your first ELT pipeline running within minutes. +- **Has DataOps out-of-the-box**: Meltano provides tools that make DataOps best practices easy to use in every project. +- **Integrates with everything**: 300+ natively supported data sources & targets, as well as additional plugins like great expectations or dbt are natively available. +- **Is easily customizable**: Meltano isn't just extensible, it's built to be extended! The SDK for Singer Connectors & EDK for Meltano Components are easy to use. Meltano Hub helps you find all of the connectors and components created across the data community. +- **Is a mature system**: Developed since 2018, runs in production at large companies like GitLab, and currently powers over a million pipeline runs monthly. +- **Has first class ELT tooling built-in**: Extract data from any data source, load into any target, use inline maps to transform on data on the fly, and test the incoming data, all in one package. + +If you want to get started with Meltano, we suggest you: +- head over to the [Installation](https://docs.meltano.com/getting-started/installation) +- or if you have it installed, go through the [Meltano Tutorial](https://docs.meltano.com/getting-started/part1). + ## Documentation - See our [online documentation](https://sdk.meltano.com) for instructions on how From fc2f7ecbcaebf9a00b39faffda955c21e99faaa5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 13:13:23 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14723ebd9..89950a0f4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ capabilities and bug fixes, simply by updating your SDK dependency to the latest ## Meltano -*Not familiar with Meltano?* [Meltano](https://docs.meltano.com/getting-started/meltano-at-a-glance) is your DataOps infrastructure that: +*Not familiar with Meltano?* [Meltano](https://docs.meltano.com/getting-started/meltano-at-a-glance) is your DataOps infrastructure that: - **Starts simple**: Meltano is pip-installable and comes in a prepackaged docker container, you can have your first ELT pipeline running within minutes. - **Has DataOps out-of-the-box**: Meltano provides tools that make DataOps best practices easy to use in every project.