|
1 | | -# CDViz Community Transformers |
| 1 | +# CDviz Community Transformers |
2 | 2 |
|
3 | | -Community-contributed transformers for [cdviz-collector](https://github.com/cdviz-dev/cdviz-collector) that convert various event sources into [CDEvents](https://cdevents.dev). |
| 3 | +Community driven transformers for [cdviz-collector](https://github.com/cdviz-dev/cdviz-collector) that convert various event sources into [CDEvents](https://cdevents.dev). |
4 | 4 |
|
5 | 5 | ## Available Transformers |
6 | 6 |
|
7 | | -| Transformer | Source | Description | |
8 | | -|-------------|--------|-------------| |
9 | | -| [github_events](./github_events/) | GitHub Webhooks | Converts GitHub events (workflow runs, issues, PRs, releases) to CDEvents | |
10 | | -| [argocd_notifications](./argocd_notifications/) | ArgoCD Webhooks | Converts ArgoCD application lifecycle events to CDEvents | |
11 | | -| [kubewatch_cloudevents](./kubewatch_cloudevents/) | Kubernetes Events | Converts Kubewatch CloudEvents to CDEvents | |
12 | | -| [passthrough](./passthrough/) | CDEvents | Passthrough transformer for existing CDEvents | |
| 7 | +| Transformer | Source | Description | |
| 8 | +| ------------------------------------------------- | ----------------- | ------------------------------------------------------------------------- | |
| 9 | +| [github_events](./github_events/) | GitHub Webhooks | Converts GitHub events (workflow runs, issues, PRs, releases) to CDEvents | |
| 10 | +| [argocd_notifications](./argocd_notifications/) | ArgoCD Webhooks | Converts ArgoCD application lifecycle events to CDEvents | |
| 11 | +| [kubewatch_cloudevents](./kubewatch_cloudevents/) | Kubernetes Events | Converts Kubewatch CloudEvents to CDEvents | |
| 12 | +| [passthrough](./passthrough/) | CDEvents | Passthrough transformer for existing CDEvents | |
13 | 13 |
|
14 | 14 | ## Usage |
15 | 15 |
|
@@ -76,6 +76,8 @@ Contributions are welcome! Each transformer should include: |
76 | 76 | - `outputs/` - Expected output CDEvents |
77 | 77 | - `README.md` - Documentation with usage examples |
78 | 78 |
|
| 79 | +And a command into the `.mise.toml` to test/review the transformer against its inputs. |
| 80 | + |
79 | 81 | ## License |
80 | 82 |
|
81 | 83 | Apache-2.0 |
0 commit comments