Difference between revisions of "Fusion Registry Overview"

From Fusion Registry Wiki
Jump to navigation Jump to search
(Specification)
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
SDMX statistical data engine and structural metadata registry.
+
'''SDMX statistical data engine and structural metadata registry.'''
  
 
This is the main engine at the heart of all Fusion-based SDMX systems providing data collection, integration, processing, storage, query execution and time-series calculation services.<br>
 
This is the main engine at the heart of all Fusion-based SDMX systems providing data collection, integration, processing, storage, query execution and time-series calculation services.<br>
Line 8: Line 8:
 
* Collecting and integrating data from multiple data providers
 
* Collecting and integrating data from multiple data providers
 
* Data dissemination - Fusion Registry's SDMX-compliant REST API is suitable for driving a range of dissemination services  
 
* Data dissemination - Fusion Registry's SDMX-compliant REST API is suitable for driving a range of dissemination services  
* Authoring, managing and organising SDMX structural metadata
+
* Authoring, maintaining and storing SDMX structural metadata
 
* Validating SDMX data prior to submission to another organisation
 
* Validating SDMX data prior to submission to another organisation
 
* Converting data between different formats (SDMX to SDMX, non-SDMX to SDMX, SDMX to non-SDMX)
 
* Converting data between different formats (SDMX to SDMX, non-SDMX to SDMX, SDMX to non-SDMX)
Line 14: Line 14:
 
* Transforming single-dimension FAME series into multi-dimensional SDMX series
 
* Transforming single-dimension FAME series into multi-dimensional SDMX series
 
* Authoring and maintaining reference metadata
 
* Authoring and maintaining reference metadata
 
==Specification==
 
{| class="wikitable"
 
|-
 
! Header text !! Header text
 
|-
 
| Apllication Type || Server
 
|-
 
| User Interface || Web user interface accessible using a standard web browser [https://demo.metadatatechnology.com/FusionRegistry/overview.html Live Demo]
 
|-
 
| API || SDMX-compliant REST API with proprietary extensions [https://demo.metadatatechnology.com/FusionRegistry/webservice/data.html Data API Example]
 
|-
 
| Technology || Java web application
 
|-
 
| Compatible platforms || Linux, Windows, Mac and other platforms supporting a Java web runtime environment
 
|-
 
| Minimum operating configuration || The minimim list of components required to build an operating system are:<br>
 
The Fusion Registry web app (WAR file)<br>
 
Java Runtime Environment<br>
 
Java web application server (for instance Apache Tomcat)<br>
 
SQL database (MySQL, SQL Server or Oracle
 
|}
 
 
[[Category:Components and Modules]]
 
 
==Functionality by Edition==
 
{| class="wikitable"
 
|-
 
! style="width:200px"| !! style="width:150px" | Community !! style="width:150px" | Data Essentials !! style="width:150px" | Enterprise !! style="width:150px" | Cloud
 
|-
 
| Structural Metadata Registry || style="background:#00FF55 | Full|| style="background:#00FF55 | Full || style="background:#00FF55 | Full || style="background:#00FF55 | Full
 
|-
 
| Data Collection || No || One data provider, pull from registered data sources not supported || style="background:#00FF55 | Full || style="background:#00FF55 | Full
 
|-
 
| Data Integration || No || Registry managed SQL data stores only || style="background:#00FF55 | Full || Registry managed datastores and registered data sources only
 
|-
 
| Data Storage || No || Registry managed SQL data stores only || style="background:#00FF55 | Full || style="background:#00FF55 | Full
 
|-
 
| Data Structural Validation || style="background:#00FF55 | Full|| style="background:#00FF55 | Full || style="background:#00FF55 | Full || style="background:#00FF55 | Full
 
|-
 
| Data Business Rules Validation || Arithmetic rules only || Arithmetric rules only || style="background:#00FF55 | Full || style="background:#00FF55 | Full
 
|-
 
| Data Structural Transformation || style="background:#00FF55 | Full|| style="background:#00FF55 | Full || style="background:#00FF55 | Full || style="background:#00FF55 | Full
 
|-
 
| Data Calculations || No || No || style="background:#00FF55 | Full || style="background:#00FF55 | Full
 
|-
 
| Data Conversion || SDMX formats only || style="background:#00FF55 | Full || style="background:#00FF55 | Full || style="background:#00FF55 | Full
 
|-
 
| Data Query Execution Engine || No || style="background:#00FF55 | Full || style="background:#00FF55 | Full || style="background:#00FF55 | Full
 
|-
 
| Mapped Datasets || No ||style="background:#00FF55 | Full || style="background:#00FF55 | Full || style="background:#00FF55 | Full
 
|-
 
| Reference Metadata || No || No || style="background:#00FF55 | Full || style="background:#00FF55 | Full
 
|-
 
| Audit || No || No || style="background:#00FF55 | Full|| style="background:#00FF55 | Full
 
|-
 
| Content Security || No || No || style="background:#00FF55 | Full || style="background:#00FF55 | Full
 
|-
 
| SDMX REST API || Structures only || style="background:#00FF55 | Full|| style="background:#00FF55 | Full || style="background:#00FF55 | Full
 
|-
 
| Extended REST API || Validation and transformation only || style="background:#00FF55 | Full || style="background:#00FF55 | Full || style="background:#00FF55 | Full
 
|-
 
|}
 

Revision as of 11:24, 30 October 2020

SDMX statistical data engine and structural metadata registry.

This is the main engine at the heart of all Fusion-based SDMX systems providing data collection, integration, processing, storage, query execution and time-series calculation services.
Its integrated SDMX structural metadata registry acts as the central repository, authoring and maintenance tool for all of the structures including Codelists, Concepts and Data Structure Definitions.

Key Use Cases

  • Statistical data warehouse
  • Collecting and integrating data from multiple data providers
  • Data dissemination - Fusion Registry's SDMX-compliant REST API is suitable for driving a range of dissemination services
  • Authoring, maintaining and storing SDMX structural metadata
  • Validating SDMX data prior to submission to another organisation
  • Converting data between different formats (SDMX to SDMX, non-SDMX to SDMX, SDMX to non-SDMX)
  • Transforming the structure of data to different dimensionality and coding schemes using SDMX Structure Mapping (for instance, map a dataset to a simplier DSD with fewer dimensions suitable for publication)
  • Transforming single-dimension FAME series into multi-dimensional SDMX series
  • Authoring and maintaining reference metadata