Difference between revisions of "Fusion Data Browser - Overview"

From Fusion Registry Wiki
Jump to navigation Jump to search
(Related Articles)
 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''Interactive data explorer and analysis web tool for analysts, statisticians and data scientists.'''
+
[[Category:DataBrowserFunctions]]
 +
[[Category:Fusion Data Browser]]
 +
[[Category:FDB Functions]]
  
Fusion Data Browser is a web application 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.
+
Getting Started? '''''Click the link''''' to read the [[A_beginners_guide_to_Fusion_Data_Browser| introductory guide to using Fusion Data Browser]].
  
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 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.
  
::[[File:DataBrowserChartExample.png|500px]]
+
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.
  
==Key Use Cases==
+
::[[File:Welcome to FDB.png|1000px]]
* Data discovery tool for internal statistics and data science teams
 
* Advanced data discovery and analytics tool for external public data consumers
 
  
==Specification==
+
==Key Features==
{| class="wikitable"
 
|-
 
| Application Type || Web Client (HTML, JavaScript and CSS)
 
|-
 
| User Interface || Web
 
|-
 
| Technology || Standard web technology
 
|-
 
| Compatible platforms || Standard web browsers including Chrome, Edge and Firefox
 
|-
 
| Minimum operating configuration || The minimim list of components required to deploy the Fusion Data Browser are:<br>
 
The Fusion Data Browser distribution files (HTML, JavaScript, CSS and properties files)<br>
 
Web Server (e.g. Apache Tomcat, Apache Web Server, Microsoft IIS)
 
|-
 
| Configuration maintenance || Configuration is defined and maintained using textual properties files
 
|-
 
| Configuration storage || Textual properties files
 
|}
 
 
 
[[Category:Components and Modules]]
 
 
 
==Functionality==
 
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 52: Line 32:
 
|-
 
|-
 
| Time series charts || Visualise selected series as time series line charts
 
| Time series charts || Visualise selected series as time series line charts
|-
 
| Bar, pie, pyramid and other charts || Visualise selected series using a range of other chart types
 
 
|-
 
|-
 
| Series frequency conversion || Convert selected series to a different frequency, or normalise a list of series to the same frequency
 
| Series frequency conversion || Convert selected series to a different frequency, or normalise a list of series to the same frequency
Line 60: Line 38:
 
|-
 
|-
 
| Export data || Export data in a range of formats including CSV, Excel and SDMX formats
 
| Export data || Export data in a range of formats including CSV, Excel and SDMX formats
|-
 
| Sharable and embeddable charts and tables || Generate a link to share or embed charts and tables
 
 
|}
 
|}
  
==Related Articles==
+
==How to proceed==
[[Data Browser Install|Installing Fusion Data Browser]]<br>
+
# Install Fusion Data Browser
[[General Configuration|Fusion Data Browser general configuration]]<br>
+
# Configure for first time usage
[[Series Configuration|Fusion Data Browser series configuration]] - configuring how the series for each dataset are displayed in the search results<br>
+
# Start Fusion Registry
[[Anatomy of the Data Browser|Anatomy of the Fusion Data Browser]]<br>
+
# Check Security implications
[[Data Browser - Saved User Data|How saved user data is handled by the Fusion Data Browser]]<br>
+
# Review other configuration options
 +
# Explore Fusion Data Browser
 +
 
 +
==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.
 +
 
 +
[[File:Siteconfig.png|600px]]
 +
 
 +
 
 +
If required, edit the registry number as shown in the example below where the location have changed from 8080 to 8063.
 +
 
 +
[[File:Siteconfig-registry.png|600px]]
 +
 
 +
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 [[Fusion_Security_Manager_(FR_V11) | in this article.]]
 +
==Other configuration options performed via the properties files==
 +
Having set the siteconfig.json file to point to your Registry, you can now explore the other Configuration options available via the properties files. Below is a summary of which files do what/
 +
 
 +
# [[#Site_Configuration|'''siteconfig.json''']] Defines where the API to obtain data and metadata from.  Configure high level display information
 +
# [[#Series_Configuration|'''serieslistconfig.json''']] Defines how to display the Series List
 +
# [[#Time_Series_Chart_Configuration|'''tschartconfig.json''']] Defines the default display for the time series chart
 +
# [[#Export_Configuration|'''exportconfig.json''']] Defines what export formats and export parameters to offer the user when downloading datasets
 +
# [[Data_Browser_Configuration#Browser_Language_Configuration|'''browser_lang_[locale].json''']] Contains the human readable labels used in the User Interface, additional translations can be provided for alternative languages
 +
 
 +
To read more, please refer to this article: [[Data_Browser_Configuration | Data Browser Configuration]].
 +
 
 +
==Explore Fusion Data Browser==
 +
This wiki contains many pages of useful information about Fusion Data Browser, some of which are extremely technical, for example [[Anatomy_of_the_Data_Browser | the technical article titled Anatomy of the Data Browser]].
 +
 
 +
For more simple but '''comprehensive''' guidance we would recommend that you use the article [[A beginners guide to Fusion Data Browser | A beginners guide to Fusion Data Browser]].

Latest revision as of 09:44, 14 October 2024


Getting Started? Click the link to read the introductory guide to using Fusion Data Browser.

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
  6. Explore Fusion Data Browser

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.

Other configuration options performed via the properties files

Having set the siteconfig.json file to point to your Registry, you can now explore the other Configuration options available via the properties files. Below is a summary of which files do what/

  1. siteconfig.json Defines where the API to obtain data and metadata from. Configure high level display information
  2. serieslistconfig.json Defines how to display the Series List
  3. tschartconfig.json Defines the default display for the time series chart
  4. exportconfig.json Defines what export formats and export parameters to offer the user when downloading datasets
  5. browser_lang_[locale].json Contains the human readable labels used in the User Interface, additional translations can be provided for alternative languages

To read more, please refer to this article: Data Browser Configuration.

Explore Fusion Data Browser

This wiki contains many pages of useful information about Fusion Data Browser, some of which are extremely technical, for example the technical article titled Anatomy of the Data Browser.

For more simple but comprehensive guidance we would recommend that you use the article A beginners guide to Fusion Data Browser.