The data-driven content object enables you to display your data in a custom third-party visualization, within your SAS Visual Analytics report. The third-party visualization can be authored in any JavaScript charting framework, such as D3.js, Google Charts, or CanvasJS. The visualization in a data-driven content object receives its data query from SAS Visual Analytics, and so it interacts with filters, ranks, and object actions in the same way as the other objects in your report. For information about creating third-party visualizations for data-driven content, see Programming Considerations for Data-Driven Visualizations in SAS Visual Analytics: Reference.
Apache License 2.0
39
stars
61
forks
source link
Added a DDC Server component to serve sample third party components and allow upload of user DDCs. #63
I have added a folder to this repo (in addition to a paragraph in README) about the Data-driven Content (DDC) server. This folder contains configuration for a lightweight web application called the DDC Server, which is available as a Docker container and can be deployed alongside SAS Viya, either standalone or inside a Kubernetes cluster.
The folder contains deployment assets (a single manifest file) which guide this deployment. It also contains information about the server, architecture, and information for both user (creator of reports) and administrator personas.
I have added a folder to this repo (in addition to a paragraph in README) about the Data-driven Content (DDC) server. This folder contains configuration for a lightweight web application called the DDC Server, which is available as a Docker container and can be deployed alongside SAS Viya, either standalone or inside a Kubernetes cluster.
The folder contains deployment assets (a single manifest file) which guide this deployment. It also contains information about the server, architecture, and information for both user (creator of reports) and administrator personas.
DDC Server discussions within SAS, with @rluppi