Skip to content

Instantly share code, notes, and snippets.

View dixitrohit17's full-sized avatar

Rohit Dixit dixitrohit17

  • New Delhi
  • 22:01 (UTC +05:30)
View GitHub Profile
Orchestrator Strengths Weak Spots Use It When
Airflow Pythonic, pluggable, retries, infra-agnostic Needs ops to run You want code-as-pipeline and portability
Azure Data Factory Managed, SHIR for on-prem, rich GUI Harder to version as code You’re deep in Azure already
Cron + Scripts Simple, zero frills No lineage, brittle Tiny jobs, non-critical paths
@dixitrohit17
dixitrohit17 / Sample.md
Created May 18, 2025 08:25
Markdown Table
Column 1 Column 2 Column 3
Row 1 Data More
Row 2 Info Here
Task Status Due Date
Write blog post ✅ Done May 17, 2025
Review draft ⏳ Pending May 19, 2025
Publish on Medium ⏳ Pending May 20, 2025
Left Align Center Align Right Align
One Two Three
Four Five Six
Column 1 Column 2 Column 3
Row 1 Data More
Row 2 Info Here

🖥️ Compute

Function AWS GCP
Virtual Machines Amazon EC2 Google Compute Engine
Auto-scaling EC2 Auto Scaling Managed Instance Groups
Serverless Compute AWS Lambda Cloud Functions
Containers ECS, EKS Google Kubernetes Engine (GKE)
Container Runtime AWS Fargate Cloud Run