-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[FR] Add support for Vega/Vega Lite visualizations #1924
Comments
/assign @ajchili |
Hi any updates on this? If not, I don't mind contributing as vega is one of my fav viz lib? |
Hey @eterna2, I unfortunately did not make any progress for this FR. If possible, I would recommend writing up a design doc and have it be reviewed by the Pipelines team. This will ensure that the desired feature aligns with the goals of Pipelines and prevents work from being duplicated or scraped. Please let me know how I can help! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it. |
…w#1926) * added built-in cluster servingruntime for existing framework Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com> * replace placeholders in runtime container Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com> * convert isvc old schema to new schema Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com> * added triton as supported framework for backward compatibility Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com> * assigning predictor spec issue fix Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com> * incorporated review comments on serving runtimes Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com> * predictor model name issue fix Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com> * update image tag and protocol version Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com> * isvc update issue fix Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com> * fix e2e test failure issues Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com> * - remove gpu clusterservingruntimes - update image tag if gpu enabled or runtime version provided - update mlserver, tensorflow image versions Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com> * added ut for new utils funcs Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com> * updated model supported versions Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com> * Fix protocol version Signed-off-by: Dan Sun <dsun20@bloomberg.net> Co-authored-by: Dan Sun <dsun20@bloomberg.net>
Vega and Vega Lite are visualizations built with JSON to specify the appearance and interactive behavior of a visualization. This is similar to #1472 but rather than being Python based, it is based in Javascript and is built with support for Protovis and D3.js. Introducing Vega or Vega Lite as a visualization tool (as recommended by @eterna2) would vastly improve the extensible of the visualizations offered within Kubeflow Pipelines. To help guide this FR, I plan on writing a doc for implementing Vega/Vega Lite within Kubeflow Pipelines given the current visualization solution that is being implemented.
The text was updated successfully, but these errors were encountered: