├── Chapter01 └── README.md ├── Chapter02 └── README.md ├── Chapter03 ├── CSVtoParquetLambda.py ├── DataEngLambdaS3CWGluePolicy.json ├── README.md └── test.csv ├── Chapter04 ├── AthenaAccessCleanZoneDB └── README.md ├── Chapter05 ├── Data-Engineering-Completed-Whiteboard.drawio ├── Data-Engineering-Whiteboard-Completed-Notes.drawio ├── Data-Engineering-Whiteboard-Template.drawio └── README.md ├── Chapter06 ├── README.md └── mysql-ec2loader.cfn ├── Chapter07 └── README.md ├── Chapter08 └── README.md ├── Chapter09 ├── README.md └── user_details.csv ├── Chapter10 ├── ProcessFileStateMachine.json ├── README.md ├── dataeng-check-file-ext.py └── dataeng-random-failure-generator.py ├── Chapter11 └── README.md ├── Chapter12 └── README.md ├── Chapter13 ├── README.md └── website-reviews-analysis-role.py ├── Chapter14 └── README.md ├── Chapter15 └── README.md ├── Chapter16 ├── CFN-glue_job-streams_by_category.cfn ├── DataEngGlueCWS3CuratedZoneRole-trust-policy.json ├── Glue-streaming_views_by_category.py └── README.md ├── Chapter17 └── README.md ├── LICENSE └── README.md /Chapter01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter01/README.md -------------------------------------------------------------------------------- /Chapter02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter02/README.md -------------------------------------------------------------------------------- /Chapter03/CSVtoParquetLambda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter03/CSVtoParquetLambda.py -------------------------------------------------------------------------------- /Chapter03/DataEngLambdaS3CWGluePolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter03/DataEngLambdaS3CWGluePolicy.json -------------------------------------------------------------------------------- /Chapter03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter03/README.md -------------------------------------------------------------------------------- /Chapter03/test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter03/test.csv -------------------------------------------------------------------------------- /Chapter04/AthenaAccessCleanZoneDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter04/AthenaAccessCleanZoneDB -------------------------------------------------------------------------------- /Chapter04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter04/README.md -------------------------------------------------------------------------------- /Chapter05/Data-Engineering-Completed-Whiteboard.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter05/Data-Engineering-Completed-Whiteboard.drawio -------------------------------------------------------------------------------- /Chapter05/Data-Engineering-Whiteboard-Completed-Notes.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter05/Data-Engineering-Whiteboard-Completed-Notes.drawio -------------------------------------------------------------------------------- /Chapter05/Data-Engineering-Whiteboard-Template.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter05/Data-Engineering-Whiteboard-Template.drawio -------------------------------------------------------------------------------- /Chapter05/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter05/README.md -------------------------------------------------------------------------------- /Chapter06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter06/README.md -------------------------------------------------------------------------------- /Chapter06/mysql-ec2loader.cfn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter06/mysql-ec2loader.cfn -------------------------------------------------------------------------------- /Chapter07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter07/README.md -------------------------------------------------------------------------------- /Chapter08/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter08/README.md -------------------------------------------------------------------------------- /Chapter09/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter09/README.md -------------------------------------------------------------------------------- /Chapter09/user_details.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter09/user_details.csv -------------------------------------------------------------------------------- /Chapter10/ProcessFileStateMachine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter10/ProcessFileStateMachine.json -------------------------------------------------------------------------------- /Chapter10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter10/README.md -------------------------------------------------------------------------------- /Chapter10/dataeng-check-file-ext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter10/dataeng-check-file-ext.py -------------------------------------------------------------------------------- /Chapter10/dataeng-random-failure-generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter10/dataeng-random-failure-generator.py -------------------------------------------------------------------------------- /Chapter11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter11/README.md -------------------------------------------------------------------------------- /Chapter12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter12/README.md -------------------------------------------------------------------------------- /Chapter13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter13/README.md -------------------------------------------------------------------------------- /Chapter13/website-reviews-analysis-role.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter13/website-reviews-analysis-role.py -------------------------------------------------------------------------------- /Chapter14/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter14/README.md -------------------------------------------------------------------------------- /Chapter15/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter15/README.md -------------------------------------------------------------------------------- /Chapter16/CFN-glue_job-streams_by_category.cfn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter16/CFN-glue_job-streams_by_category.cfn -------------------------------------------------------------------------------- /Chapter16/DataEngGlueCWS3CuratedZoneRole-trust-policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter16/DataEngGlueCWS3CuratedZoneRole-trust-policy.json -------------------------------------------------------------------------------- /Chapter16/Glue-streaming_views_by_category.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter16/Glue-streaming_views_by_category.py -------------------------------------------------------------------------------- /Chapter16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter16/README.md -------------------------------------------------------------------------------- /Chapter17/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/Chapter17/README.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Data-Engineering-with-AWS-2nd-edition/HEAD/README.md --------------------------------------------------------------------------------