Fusion Metadata Registry

Built Java web application

The FMR built Java application is supplied as a WAR file (web application archive) ready for deployment to a Java web application server. Apache Tomcat, Oracle Web Logic and RedHat JBoss are supported.

VersionRelease dateDownload
11.19.405 Feb 2025https://github.com/bis-medit-sdmxio/fmr/releases/tag/v11.19.4
11.19.305 Dec 2024https://github.com/bis-medit-sdmxio/fmr/releases/tag/v11.19.3
11.19.203 Dec 2024https://github.com/bis-medit-sdmxio/fmr/releases/tag/v11.19.2
11.19.118 Nov 2024https://github.com/bis-medit-sdmxio/fmr/releases/tag/v11.19.1
11.19.011 Nov 2024https://github.com/bis-medit-sdmxio/fmr/releases/tag/v11.19.0
11.18.103 Oct 2024https://github.com/bis-medit-sdmxio/fmr/releases/tag/v11.18.1
11.18.002 Sep 2024https://github.com/bis-medit-sdmxio/fmr/releases/tag/v11.18.0
11.17.206 Aug 2024https://github.com/bis-medit-sdmxio/fmr/releases/tag/v11.17.2
11.17.118 Jul 2024https://github.com/bis-medit-sdmxio/fmr/releases/tag/v11.17.1
11.17.012 Jul 2024https://github.com/bis-medit-sdmxio/fmr/releases/tag/v11.17.0
11.16.017 Apr 2024https://sdmxio.s3.eu-west-2.amazonaws.com/FusionMetadataRegistry/FusionMetadataRegistry-11.16.0.zip
11.15.016 Feb 2024https://sdmxio.s3.eu-west-2.amazonaws.com/FusionMetadataRegistry/FusionMetadataRegistry-11.15.0.zip
11.14.015 Dec 2023https://sdmxio.s3.eu-west-2.amazonaws.com/FusionMetadataRegistry/FusionMetadataRegistry-11.14.0.zip
11.13.021 Nov 2023https://sdmxio.s3.eu-west-2.amazonaws.com/FusionMetadataRegistry/FusionMetadataRegistry-11.13.0.zip
11.12.111 Oct 2023https://sdmxio.s3.eu-west-2.amazonaws.com/FusionMetadataRegistry/FusionMetadataRegistry-11.12.1.zip
11.12.005 Oct 2023https://sdmxio.s3.eu-west-2.amazonaws.com/FusionMetadataRegistry/FusionMetadataRegistry-11.12.0.zip

Docker

An FMR Docker image is also available as an alternative to downloading and installing the Java web application. Docker provides a fully working FMR installation in less than 10 minutes suitable for testing, personal use and light production workloads.

The rest of this article refers to the installing the FMR Java web application directly onto a machine.

Changelog

FMR changelog: https://fmrwiki.sdmxcloud.org/Change_Log

System requirements

  • Windows, Linux or Apple Mac
  • Minimum 4GB memory - additional memory could be required if processing large datasets or storing large volumes of metadata
  • Minimum 2 core CPU
  • Optionally a Microsoft Active Directory or LDAP service for user authentication

Installation instructions

https://fmrwiki.sdmxcloud.org/Quick_start_guide_-_Windows,_Linux_or_Mac

Prerequisites

FMR is a Java web application which requires the following:

  • Java runtime environment. Oracle Java or Amazon Corretto are good options.
  • Java web application server. Apache Tomcat 9.0 is recommended. Other options include JBoss and Oracle WebLogic.
  • SQL database. MySQL 8, Microsoft SQL Server or Oracle are supported.

MySQL installation notes

From release 11.4.0, the MySQL database connector (otherwise known as the JDBC driver) is no longer bundled with the FMR distribution and must be installed separately. The following article explains how to obtain and install the connector https://fmrwiki.sdmxcloud.org/Install_MySQL#Obtaining_and_Specifying_the_MySQL_JDBC_Driver

Source code

Contact us at contact.sdmx.io@bis.org for access to the source code