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.

asked 4 years ago839 views
1 Answer
0
Accepted Answer

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
answered 4 years ago
profile picture
EXPERT
reviewed 14 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions