Genp Github Best Instant
from genp import pipeline, step @pipeline(name="data_cleaner") def clean_etl(): @step def extract(): ... @step def transform(): ... – Visual Pipeline Editor GitHub handle: genp-ui/dashboard Stars: 742 | License: GPL-3.0
This is not a framework but a treasure chest of real-world GENP pipelines: Slack bot integration, database backup automation, cloud cost anomaly detection, and more. – Best for Compliance Teams GitHub handle: sectools/genp-audit Stars: 187 | License: AGPL genp github best
Why it’s great: This repository bridges GENP pipelines directly into GitHub Actions. You can trigger GENP workflows from any GitHub event—push, PR, issue, or schedule. It checks for secrets exposure, over-privileged steps, and
Static analysis for GENP pipelines. It checks for secrets exposure, over-privileged steps, and cyclic dependencies. A must-have for enterprises in regulated industries. – Cloud-Native Champion GitHub handle: k8s-sigs/genp-operator Stars: 1.1k | Status: Graduated CNCF sandbox this SDK allows you to define
Developers who want to replace complex shell scripts with declarative GENP pipelines inside their CI/CD. 3. genp-python-sdk – For Pythonistas GitHub handle: genp-labs/python-sdk Stars: 967 | Forks: 121
Why it’s popular: If your team works in Python, this SDK allows you to define, test, and deploy GENP pipelines using native Python decorators. No YAML fatigue.