-
Notifications
You must be signed in to change notification settings - Fork 930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[KED-1154] Streamlt Use Cases #115
Comments
Is there anything in particular that you're interested in seeing in an example streamlit app? I've built Plotly Dash apps that integrate with kedro. Streamlit should be pretty straight-forward. |
Hello,
Thanks for replying.
Streamlit was developed by experienced people
(GoogleX,...) to remove the need of javascript, html when building a front end GUI.
Main strength :
Minimal code and intuive flow.
Python only for front end (!!!), more effort toward removing “javascript” is great.
can be integrated in a docker style,
standalone app.
There is a NYC taxi minimal app,
which can be a good case of integration
example with Kedro
https://github.com/streamlit/demo-uber-nyc-pickups/blob/master/app.py
Use case of streamlit :
https://news.ycombinator.com/item?id=21127528
Also, their API is really well designed (“user first” perspective), it should be an inspiration for many people.
… On Oct 9, 2019, at 22:35, Benjamin R. Jack ***@***.***> wrote:
Is there anything in particular that you're interested in seeing in an example streamlit app? I've built Plotly Dash apps that integrate with kedro. Streamlit should be pretty straight-forward.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi @arita37, we give our teams the freedom to use whichever GUI interface for their pipeline results. Have you had any experience with Streamlit and would like to pick up this work? |
There is this new example from DE1 |
Description
some use examples with stramlit will be useful.
The text was updated successfully, but these errors were encountered: