Data Explorer WorkFlow

Describes the workflow for using data explorer and the authoring tool.

Download .zip Download .tar.gz View on GitHub

Data Explorer

Contains 2 parts

  • AuthorDataExplorer - Authoring tool for generating configuration files that are used by data explorer.
  • Data Explorer - Uses configuration files to render interactive dashboards.

Workflow

Instructions

  • Unzip both files.
  • Run AuthorDataExplorer(use instructions provided with it)
  • Use the author data explorer to generate 4 configuration files: dataSource.json, dataDescription.json, interactiveFilters.json, visualization.json.
  • Download the configuration files and put them in public/config directory of DataExplorer
  • Shutdown AuthorDataExplorer
  • Start DataExplorer(use instructions provided with it)