Data and DevOps

Data and DevOps

Follow
homeData Consultation
Tag

Python

#python

More content

Read more stories on Hashnode


Articles with this tag

ETL vs. ELT Data Pipelines

Bhavani RaviBhavani Ravi
Jan 27, 20233 min read

ETL (Extract, Transform, Load) and ELT (Extract, Load, Transform) are both data integration processes used to move and transform data from one system...

ETL vs. ELT Data Pipelines

Apache Airflow Bad vs. Best Practices In Production - 2023

Bhavani RaviBhavani Ravi
Jan 23, 20237 min read

Spinning up Airflow environment following a online tutorial? Ensure you are incorporating the best practices · Apache Airflow - The famous Opensource...

Apache Airflow Bad vs. Best Practices In Production - 2023

Apache Airflow, Which Executor to use in Production?

Bhavani RaviBhavani Ravi
Jan 18, 20232 min read

Apache airflow has Celery, Kubernetes, CeleryKubernetes and Dask Executors. This post explores what those are and how to use them. · Celery...

Apache Airflow, Which Executor to use in Production?

How to Setup and Run Apache Airflow Locally?

Bhavani RaviBhavani Ravi
Jan 17, 20232 min read

Get started with Apache Airflow · tl;dr get the bash script Have Python installed in your system, 3.8+ Create a folder mkdir -p...

How to Setup and Run Apache Airflow Locally?