Data Engineering

Solving ETL Dependency Bottlenecks with GitHub Actions

Introduction In modern data platforms, ETL pipelines are rarely independent. They are deeply interconnected—one pipeline’s output becomes another pipeline’s input. In one of our production projects, we faced a classic orchestration challenge. Pipelines were scheduled based on time rather than actual completion i.e real-time...

by Keha Gupta
Tag: githubactions
12-Feb-2026

MSP

Terraform Meets GitOps: Setting Up Atlantis on AWS for Automated Infrastructure Management

Introduction Infrastructure automation is a crucial part of modern DevOps workflows, enabling teams to manage cloud resources efficiently using Infrastructure as Code (IaC). Terraform is a widely used IaC tool, and when paired with Atlantis, it provides a seamless, GitHub-driven workflow for managing infrastructure changes. Atlantis...

by Pranjal Tripathi
Tag: githubactions
26-Mar-2025

Front End Development, Software development

GitHub Actions for Seamless CI/CD

Introduction Github Actions is an automation platform that is provided by Github. Using Github Actions, you can Automate, customize, and execute your software development workflows in your GitHub repository. GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test,...

by Sudarshan
Tag: githubactions
05-Feb-2024