Fusion Data Browser - Overview

From Fusion Registry Wiki
Revision as of 04:48, 9 October 2024 by Vmurrell (talk | contribs) (Configuration for first time usage)
Jump to navigation Jump to search

Welcome to Fusion Data Browser

Fusion Data Browser is a web tool for data consumers to explore the Fusion Registry data catalogue, create charts and tables, and download data.

It is suitable for both internal and external data consumers to search and explore the catalogue of datasets, select series and cubes of interest, build visualisations using tables and charts, and retrieve selected data in a variety of formats including SDMX, Excel and CSV.

It can connect either directly to a Fusion Registry Core engine for internal applications, or a Fusion Edge Server cluster for public dissemination use cases.

Welcome to FDB.png

Key Features

Fusion Data Browser
Data discovery Users can explore the catalogue of datasets using a configurable tree hierarchy
Free-text search Search the data catalogue for series matching key words
Multi-dimensional query builder Choose sub-cubes from datasets by picking values for each dimension
Saved queries Save queries for later use
Series basket Create baskets of series from any of the datasets for later analysis or download
Pivot table Visualise selected series as an interactive pivot table
Time series charts Visualise selected series as time series line charts
Series frequency conversion Convert selected series to a different frequency, or normalise a list of series to the same frequency
Calculate measures Calculate measures such as % change
Export data Export data in a range of formats including CSV, Excel and SDMX formats

How to proceed

  1. Install Fusion Data Browser
  2. Configure for first time usage
  3. Start Fusion Registry
  4. Check Security implications
  5. Review other configuration options

Installation

The recommended approach is to host the Fusion Data Browser on the same domain as your Fusion Registry, for example if your Registry is accessed via http://localhost:8080/FusionRegistry, Data Browser could be accessed via http://localhost:8080/FusionDataBrowser.

If your Fusion Registry is hosted via Apache Tomcat (for example), then you can simply copy and paste the “FusionDat Browser” folder into the webapps folder of tomcat. Remember that the name you give to the folder will be how you access the Browser.

Configuration for first time usage

Once you have installed Fusion Data Browser, the next step is to configure it for first time usage to ensure that the siteconfig.json file is pointing to the correct URL by checking the ServiceAPI line in the relevant properties file. The installation process defaults to a Registry installed on "http://localhost:8080/FusionRegistry".

To do this, you must edit the siteconfig.json file using a text editor such as Notepad or a JSON editor such as Brackets.

Locate the file which will be in the properties subfolder of FusionDataBrowser as shown in the example below.

Siteconfig.png


If required, edit the registry number as shown in the example below where the location have changed from 8080 to 8063.

Siteconfig-registry.png

Save the change and then you are ready to Open Fusion Data Browser but first. make sure that you are running Fusion Registry.

Start Fusion Registry

If your Registry is not running, you will not be able to open Fusion Data Browser.

Security Implications

If any user other than the ‘root’ user will be using Fusion Data Browser, you must also configure Fusion Security Manager.

How to configure Fusion Security Manager is fully explained in this article.

Related Articles

Installing Fusion Data Browser
Fusion Data Browser Configuration
Anatomy of the Fusion Data Browser - a technical explanation of how the Fusion Data Browser works
How saved user data is handled by the Fusion Data Browser