Talend to Glue migration

0

Customer using Talend for ETL and Postgres as DWH. They are looking to migrate ETL workload on to Glue ETL and DWH on Redshift. They want to know how to implement the following use cases with AWS Glue:

  1. Extracting data from MS Excel in Glue jobs for further processing.
  2. Extracting data from SharePoint. Currently they use Apigee between SharePoint and Talend.
  3. Data Lineage
  4. Sending email with count of processed/rejected records to Admin when jobs complete or fail.

Please provide your inputs on how to implement above use cases with Glue. Any reference information, learning related to Talend to Glue migration will really help. Thanks.

質問済み 4年前859ビュー
1回答
0
承認された回答

This seems like relatively light load use case, in that case, this all can be implemented within pure-Python libs with Python Glue Shell.

  1. Use python libs for excel to extract/process data from excel files.
  2. Use python REST API for Sharepoint to extract Sharepoint data.
  3. Append columns to track source for data lineage.
  4. Get processing counts and sent data over SNS after processing
AWS
Vivek_S
回答済み 4年前
profile picture
エキスパート
レビュー済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ