Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
2.4k views
in Technique[技术] by (71.8m points)

AWS Glue custom queries to DocumentDB

A few months ago I took over an ETL project using AWS Glue. Currently, we are querying all records from DocDB then filtering to prevent reprocessing unnecessary records. Obviously, this is inefficient as querying and filtering ALL records for every job run is not scalable and expensive.

Question is, how can we customize the DocDB queries from a Glue job? In reviewing the Docs, it doesn't seem that glueContext.getSourceWithFormat has an option to pass a DocDB query.

If Glue does not provide this option, I'm thinking of having the job trigger an AWS Lambda to query for the records and store as JSON in an S3 until Glue processes the records.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...