Skip to content

Commit 6e7c3ed

Browse files
committed
docs: normalize README with Why and What
1 parent 253e91b commit 6e7c3ed

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,18 @@
3535
</p>
3636
<p align="center" style="color:grey;"><i>Get started with Kestra in 4 minutes.</i></p>
3737

38-
3938
# Kestra Transform Plugin
4039

41-
This repository allows you to transform data coming from a JSON for instance.
40+
## Why
41+
42+
- What user problem does this solve? Teams need a reliable way to operate Transform from orchestrated workflows instead of relying on manual console work, ad hoc scripts, or disconnected schedulers.
43+
- Why would a team adopt this plugin in a workflow? It keeps Transform steps in the same Kestra flow as upstream preparation, approvals, retries, notifications, and downstream systems.
44+
- What operational/business outcome does it enable? It reduces manual handoffs and fragmented tooling while improving reliability, traceability, and delivery speed for processes that depend on Transform.
4245

43-
This repository contains several transformation plugins:
44-
* [Grok](https://github.com/kestra-io/plugin-transform/tree/main/plugin-transform-grok)
45-
* [JSONata](https://github.com/kestra-io/plugin-transform/tree/main/plugin-transform-json)
46-
* [Transform (Records)](https://github.com/kestra-io/plugin-transform/tree/main/plugin-transform-records)
46+
## What
4747

48-
![Kestra orchestrator](https://kestra.io/video.gif)
48+
- Provides plugin components under `io.kestra.plugin`.
49+
- Keeps the implementation focused on the integration scope exposed by this repository.
4950

5051
## Documentation
5152
* Full documentation can be found under: [kestra.io/docs](https://kestra.io/docs)

0 commit comments

Comments
 (0)