[KED-1148] Kedro-Server
See original GitHub issueDescription
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.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:17
- Comments:5 (3 by maintainers)
Top Results From Across the Web
[KED-1148] Kedro-Server · Issue #143 - GitHub
Kedro-Server is a RESTful API for Kedro pipelines allowing you to: Trigger a pipeline run using a platform or code agnostic post request;...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The alpha release of Kedro-Server goes live this week @BartekSzpak! We’ll get focussed user testing to get this one out sooner and will update you here when we’re ready for the beta open-source release.
We’re going to be rebuilding Kedro-Server as part of our roadmap. I’ll close this ticket in the meanwhile and update the changes. In the meanwhile we recommend that once you have the model, you are free to choose any model serving mechanism to expose it via an API. Popular options include MLflow Serving and rolling your thin API wrapper with
fastapi
.