A mix between GitOps and FAAS to create data pipelines on Kubernetes
A mix between GitOps and FAAS to create data pipelines on Kubernetes Gitfaas allows you to apply Kubernetes manifests by making HTTP requests. Even though it can apply anything it focuses on making pipelines of long running jobs that can start other jobs themselves. It’s the perfect match to create data pipelines (Collect, uncompress, convert data, etc.). Gitfaas acts like a GitOps technology would (Weave, Argo) by pulling a git repository. Any updates made to this repository will get reflected […]
Read more