Description
Kedro-Server is a RESTful API for Kedro pipelines allowing you to:
- Trigger a pipeline run using a platform or code agnostic post request
- Get requests on execution status or progress
- Get requests on pipelines available to run
- Trigger tests or linting from other applications or browsers
Context
Our users have struggled with two things:
- Determining the status of Kedro runs beyond looking at logs,
- And, triggering pipeline runs from a front-end when a different language is required.
These changes will have implications for kedro-viz, our data pipeline visualisation plugin.
Description
Kedro-Server is a RESTful API for Kedro pipelines allowing you to:
Context
Our users have struggled with two things:
These changes will have implications for
kedro-viz, our data pipeline visualisation plugin.