Fusion Metadata Registry - SDMX structural metadata registry for official statistics.
10K+
This is the single-image Fusion Metadata Registry deployment incorporating an embedded MySQL database. It's suitable for the following use cases:
The sdmxio/fmr image is recommended for most production deployments.
Find out more on sdmx.io
This is a self-contained Fusion Metadata Registry image complete with a MySQL database suitable for testing, personal use and light production work loads.
Download the image and start a container called 'fmr'
docker run --name fmr -p 8080:8080 sdmxio/fmr-mysql:latest
Point your browser at http://localhost:8080/
The container will take between 1 and 2 minutes to start - so please be patient!
There is a single Root User Account:
Username: root
Password: password
Log in to administer the system, and create, load and maintain SDMX structures.
When finished, stop the container
docker stop fmr
By default, the image assumes the service will be published on http://localhost:8080. If you need to deploy on a different host and port, set the SERVER_URL environment variable when creating the container.
In the following example, the service will be published on https://fmr.mydomain.org:8080.
docker container create --name fmr11 --publish 8080:8080 -eSERVER_URL=https://fmr.mydomain.org:8080 sdmxio/fmr-mysql:latest
If the container fails to start or terminates under load when running on Windows, it is likely that insufficient memory resources have been allocated. Open Docker Settings and look for Advanced under Resources. In some circumstances, Docker puts a limit of 2GB on memory which is insufficient. Increase memory to a minimum of 4GB. There's more on configuring Docker Desktop for Windows in the Docker documentation.
Other questions, contact us at [email protected] . Or ask the community on the SDMX User Forum
Fusion Metadata Registry is part of the sdmx.io ecosystem of open source software tools for SDMX and official statistics.
There's more about Fusion Metadata Registry on the sdmx.io website.
Web application: Public License Agreement
Source code: Apache 2.0
License Agreement
Copyright Bank for International Settlements 2025 all rights reserved.
By using the software you agree to the license terms.
Fusion Metadata Registry is published under BIS Open Tech, a platform for sharing statistical and financial software as public goods, by promoting international cooperation and coordination. These software tools are developed according to international best practices and standards and can be reused and further developed in a wide variety of environments
Content type
Image
Digest
sha256:57fba1589…
Size
534 MB
Last updated
3 months ago
docker pull sdmxio/fmr-mysqlPulls:
76
Last week