Ankita Katiyar
07/06/2026, 12:01 PMGET /health, POST /run, and GET /snapshot
uv pip install 'kedro[server]'
kedro server start --host 127.0.0.1 --port 8000
🔁 KedroSeviceSession — run pipelines repeatedly in one process; state loads once, each run stays isolated:
with KedroServiceSession.create() as session:
session.run(runtime_params={"param1": "value1"})
session.run(runtime_params={"param1": "value2"})
We’d love your feedback! How would you use Kedro as a service? What’s missing for your use case? Drop a comment here or open an issue/discussion on GitHub. 🙏