kedro-org / kedro-viz

Visualise your Kedro data and machine-learning pipelines and track your experiments.
https://demo.kedro.org
Apache License 2.0
646 stars 106 forks source link

Migrate demo.kedro.org from AWS to GitHub Pages #1881

Closed rashidakanchwala closed 2 months ago

rashidakanchwala commented 2 months ago

Description

We currently deploy our demo project on AWS by packaging the kedro-viz application into a Docker image, pushing it to Amazon ECR, and deploying it via Amazon Lightsail. We have AWS account dedicated to this and it's a bit difficult to manage.

This ticket proposed to move our demo deployment process to GitHub Pages by leveraging the kedro viz build functionality and the publish-kedro-viz action and host it from there

cc - @idanov

Context

Why is this change important to you? How would you use it? How can it benefit other users?

Possible Implementation

(Optional) Suggest an idea for implementing the addition or change.

Possible Alternatives

(Optional) Describe any alternative solutions or features you've considered.

Checklist

tynandebold commented 2 months ago

How will experiment tracking be demoed on GitHub pages?

rashidakanchwala commented 2 months ago

Yes, this won't work as it doesn't support experiment tracking. I am going to close this ticket for now.