No Results
Custom Visualizations Overview and Prerequisites

EdgeCore version: 4.3.0

This feature enables developers to design, build, and install their own custom visualizations as extensions to display pipeline data.

Custom visualizations:

  • Are built into deployable and installable component packages
  • Include custom support files that are packaged with the component
  • Can be installed into any EdgeCore instance
  • Have access to the data designated through the pipeline
  • Have a definable configuration that connects the visual elements to the underlying supplied data

Prerequisites

The following needs to be installed:

  • NodeJS (version 14+)
    or
    brew install node (Homebrew on macOS)
  • Yeoman
    npm install -g yo
  • Edge Yeoman Generator for Custom Visualizations
    npm install -g @edge_technologies/generator-edge-vis-adapter
  • (Suggested) Microsoft Visual Studio Code or Webstorm

Terms | Privacy