FileMood

Download UD639

UD639

Name

UD639

 DOWNLOAD Copy Link

Total Size

5.6 GB

Total Files

109

Last Seen

2024-11-08 00:05

Hash

7AB378F8CDAF207DA7BAAC973B762419100DE5C1

/01 Introduction/

001 Important Prerequisites.mp4

4.5 MB

002 Course Objectives.mp4

9.0 MB

003 Who I am.mp4

8.2 MB

004 airflow-materials.zip

25.0 MB

004 Development Environment.mp4

3.3 MB

005 A word for you.mp4

14.4 MB

/.../02 The basics of Apache Airflow/

006 Introduction.mp4

1.3 MB

007 Why Airflow.mp4

9.7 MB

008 What is Airflow.mp4

13.6 MB

009 How Airflow works.mp4

16.1 MB

010 [Practice] Installing Airflow.mp4

426.8 MB

011 [Practice] Quick tour of Airflow UI.mp4

67.4 MB

012 [Practice] Quick tour of Airflow CLI.mp4

8.4 MB

013 [Practice] Controlling your DAGs with the CLI.mp4

64.2 MB

/.../03 The Forex Data Pipeline/

014 Introduction.mp4

3.8 MB

015 Docker reminder.mp4

32.9 MB

016 Troubleshoot Docker performances on MacOS.mp4

57.7 MB

017 Project The Forex Data Pipeline.mp4

19.8 MB

018 What is a DAG.mp4

22.9 MB

019 [Practice] Defining your first DAG.mp4

64.3 MB

020 What is an Operator.mp4

26.1 MB

021 [Practice] Checking if the API is available - HttpSensor.mp4

92.8 MB

022 [Practice] Checking if the currency file is available - FileSensor.mp4

66.3 MB

023 [Practice] Downloading the forex rates from the API - PythonOperator.mp4

54.7 MB

024 [Practice] Saving the forex rates in the HDFS - BashOperator.mp4

48.5 MB

025 [Practice] Creating the Hive table forex_rates - HiveOperator.mp4

57.2 MB

026 [Practice] Processing the forex rates with Spark - SparkSubmitOperator.mp4

62.1 MB

027 [Practice] Sending an email notification - EmailOperator.mp4

63.4 MB

028 [Practice] Sending a Slack notification - SlackAPIPostOperator.mp4

69.0 MB

029 Operator Relationships and Bitshift Composition.mp4

11.2 MB

030 [Practice] Adding dependencies between tasks.mp4

19.1 MB

031 [Practice] The Forex Data Pipeline in action.mp4

37.4 MB

/.../04 Mastering your DAGs/

032 Introduction.mp4

3.1 MB

033 Start_date and schedule_interval parameters demystified.mp4

31.4 MB

034 [Practice] Manipulating the start_date with schedule_interval.mp4

89.2 MB

035 Backfill and Catchup.mp4

15.4 MB

036 [Practice] Catching up non triggered DAGRuns.mp4

109.7 MB

037 Dealing with timezones in Airflow.mp4

34.4 MB

038 [Practice] Making your DAGs timezone aware.mp4

140.0 MB

039 How to make your tasks dependent.mp4

15.4 MB

040 [Practice] Creating task dependencies between DagRuns.mp4

105.2 MB

041 How to structure your DAG folder.mp4

27.2 MB

042 [Practice] Organizing your DAGs folder.mp4

76.5 MB

043 [Practice] How the Web Server works.mp4

64.6 MB

044 How to deal with failures in your DAGs.mp4

13.7 MB

045 [Practice] Retry and Alerting.mp4

139.5 MB

046 How to test your DAGs.mp4

28.3 MB

047 [Practice] Unit testing your DAGs.mp4

133.3 MB

/.../05 Distributing Apache Airflow/

048 Introduction.mp4

6.0 MB

049 Sequential Executor with SQLite.mp4

17.8 MB

050 Local Executor with PostgreSQL.mp4

30.2 MB

051 [Practice] Executing tasks in parallel with the Local Executor.mp4

136.5 MB

052 [Practice] Ad Hoc Queries with the metadata database.mp4

109.9 MB

053 Scale out Apache Airflow with Celery Executors and Redis.mp4

24.2 MB

054 [Practice] Set up the Airflow cluster with Celery Executors and Docker.mp4

66.0 MB

055 [Practice] Distributing your tasks with the Celery Executor.mp4

71.5 MB

056 [Practice] Adding new worker nodes with the Celery Executor.mp4

179.4 MB

057 [Practice] Sending tasks to a specific worker with Queues.mp4

90.5 MB

058 [Practice] Pools and priority_weights Limiting parallelism - prioritizing tasks.mp4

78.9 MB

059 Kubernetes Reminder.mp4

33.1 MB

060 Scaling Airflow with Kubernetes Executors.mp4

24.3 MB

061 [Practice] Set up a 3 nodes Kubernetes Cluster with Vagrant and Rancher.mp4

78.8 MB

062 [Practice] Installing Airflow with Rancher and the Kubernetes Executor.mp4

63.7 MB

063 [Practice] Running your DAGs with the Kubernetes Executor.mp4

62.5 MB

/.../06 Improving your DAGs with advanced concepts/

064 Introduction.mp4

3.4 MB

065 Minimising Repetitive Patterns With SubDAGs.mp4

9.3 MB

066 [Practice] Grouping your tasks with SubDAGs and Deadlocks.mp4

72.4 MB

067 Making different paths in your DAGs with Branching.mp4

11.3 MB

068 [Practice] Make Your First Conditional Task Using Branching.mp4

68.1 MB

069 Trigger rules for your tasks.mp4

12.0 MB

070 [Practice] Changing how your tasks are triggered.mp4

87.3 MB

071 Avoid hard coding values with Variables Macros and Templates.mp4

18.7 MB

072 [Practice] Templating your tasks.mp4

156.4 MB

073 How to share data between your tasks with XCOMs.mp4

14.6 MB

074 [Practice] Sharing (big) data with XCOMs.mp4

85.0 MB

075 TriggerDagRunOperator or when your DAG controls another DAG.mp4

7.4 MB

076 [Practice] Trigger a DAG from another DAG.mp4

43.9 MB

077 Dependencies between your DAGs with the ExternalTaskSensor.mp4

18.2 MB

078 [Practice] Make your DAGs dependent with the ExternalTaskSensor.mp4

24.3 MB

/.../07 Deploying Airflow on AWS EKS with Kubernetes Executors and Rancher/

079 Introduction.mp4

5.8 MB

080 Quick overview of AWS EKS.mp4

15.4 MB

081 [Practice] Set up an EC2 instance for Rancher.mp4

47.7 MB

082 [Practice] Create an IAM User with permissions.mp4

12.1 MB

083 [Practice] Create an ECR repository.mp4

56.9 MB

084 [Practice] Create an EKS cluster with Rancher.mp4

35.8 MB

085 How to access your applications from the outside.mp4

14.0 MB

086 [Practice] Deploy Nginx Ingress with Catalogs (Helm).mp4

38.1 MB

087 [Practice] Deploy and run Airflow with the Kubernetes Executor on EKS.mp4

25.5 MB

088 [Practice] Cleaning your AWS services.mp4

15.9 MB

/.../08 Monitoring Apache Airflow/

089 Introduction.mp4

6.5 MB

090 How the logging system works in Airflow.mp4

15.1 MB

091 [Practice] Setting up custom logging.mp4

170.2 MB

092 [Practice] Storing your logs in AWS S3.mp4

100.9 MB

093 Elasticsearch Reminder.mp4

14.0 MB

094 [Practice] Configuring Airflow with Elasticsearch.mp4

128.6 MB

095 [Practice] Monitoring your DAGs with Elasticsearch.mp4

51.5 MB

096 Introduction to metrics.mp4

17.0 MB

097 [Practice] Monitoring Airflow with TIG stack.mp4

100.2 MB

098 [Practice] Triggering alerts for Airflow with Grafana.mp4

62.6 MB

099 Airflow maintenance DAGs.mp4

18.3 MB

/.../09 Security in Apache Airflow/

100 Introduction.mp4

2.5 MB

101 [Practice] Encrypting sensitive data with Fernet.mp4

112.6 MB

102 [Practice] Rotating the Fernet Key.mp4

65.5 MB

103 [Practice] Hiding variables.mp4

12.8 MB

104 [Practice] Password authentication and filter by owner.mp4

70.7 MB

105 [Practice] RBAC UI.mp4

96.3 MB

/10 Airflow 2.0/

106 What to expect from Airflow 2.0.mp4

34.1 MB

/.../11 BONUS - APPENDIX/

107 How to define variables through environment variables.html

1.3 KB

108 [BLOG POST] Running Apache Airflow on a multi-nodes Kubernetes cluster locally.html

1.6 KB

 

Total files 109


Copyright © 2024 FileMood.com