-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
[SIP-144] Proposal to Integrate VisActor Visualization Plugin into Superset #29886
Comments
@rusackas @suddjian @craig-rueda @lilykuang @geido Here is our proposal:https://github.com/apache/superset/issues/29886 Best regards, |
Hi! Thank you for the proposal! VisActor is very slick looking. I suppose I have a few initial questions to ask:
It's also worth saying that there are perpetual discussions around how to make the process of developing visualization plugins simpler. I don't think that will happen immediately, but it is discussed from time to time. Only mentioning it since when the day comes, existing plugins might need additional rework to accommodate a (hopefully simpler) API. |
Please review and let me know if you need any adjustments or additional translations! |
We discussed this quite a bit on Slack, but I think the fork in the road is whether or not you want to contribute this to the Superset repo to be maintained by Superset Committers, or whether it's going to be published on a separate repo. We can even establish a repo for it, if we want to keep it on the side as an optional installation. If you go with adding it to the codebase officially, the SIP needs to go through the DISCUSS process (as we discussed on Slack) on the ASF dev@superset.apache.org email list. We'll lay out all the requirements of being an official plugin (supporting various features, arch/code designs, license requirements, etc). If you keep it as an optional or 3rd party plugin, then I think both the requirements AND the process lighten up quite a bit. |
Please make sure you are familiar with the SIP process documented
here. The SIP will be numbered by a committer upon acceptance.
[SIP-144] Proposal to Integrate VisActor Visualization Plugin into Superset
Motivation
About VisActor:
VisActor is derived from a large number of visualization scenarios. While covering conventional visualization scenarios, it focuses on narrative visualization as a new point of emphasis and intelligent visualization as its goal. It has formed a visualization solution composed of multiple modules including rendering engine, visualization grammar, data analysis component, chart component, table component, GIS component, graph visualization component, and intelligent component.
We believe it could be a valuable addition to Superset, providing users with more high-level visualization ability.
Here is VisActor github address: https://github.com/VisActor
Here is VisActor website: https://www.visactor.io/
Proposed Change
- Chart Plugin Based VChart:
VChart is a charting component library in VisActor visualization system. It wraps the charting logic based on visual grammar library VGrammar and the component encapsulation based on visual rendering engine VRender. The core capabilities are as follows:
VChart Demo: https://www.visactor.io/vchart/example
- Table Plugin Based VTable:
VTable is based on visual rendering engine VRender.
The core capabilities are as follows:
VTable Demo: https://www.visactor.io/vtable/example
- Intelligence Plugin Based VMind:
@visactor/vmind is an intelligent chart component based on LLM provided by VisActor, including dialog-based chart generation and editing capabilities. It provides a natural language interaction interface, allowing you to easily create chart narrative works with @visactor/VMind with just one sentence, and edit them through continuous dialogue, greatly improving your efficiency in creating data visualization works.
VMind Cases: https://www.visactor.io/vmind/scenario/Chart_Assistant
New or Changed Public Interfaces
Describe any new additions to the model, views or
REST
endpoints. Describe any changes to existing visualizations, dashboards and React components. Describe changes that affect the Superset CLI and how Superset is deployed.New dependencies
@visactor/vchart
@visactor/vtable
@visactor/vmind
License: MIT
Migration Plan and Compatibility
one-api:https://github.com/songquanpeng/one-api
new-api:https://github.com/Calcium-Ion/new-api
Rejected Alternatives
Describe alternative approaches that were considered and rejected.
The text was updated successfully, but these errors were encountered: