Genp Github Best Instant
Why it’s the best: This is the reference implementation of the GENP specification. It provides a lightweight, event-driven pipeline engine written in Go. It supports both YAML and JSON pipeline definitions.
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. genp github best
🏆 ( enterprise-navigation/genp-core ) Why it’s the best: This is the reference
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 Why it’s popular: If your team works in
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
Best for: Non-developers and SREs who need to monitor pipeline health. This React-based dashboard connects to any GENP-compatible API and shows DAG views, execution logs, and retry stats. – Infrastructure as GENP GitHub handle: hashicorp-terraform-providers/genp Stars: 589 | Maintained by: Community + HashiCorp partners
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.