Fusion Metadata Registry - SDMX structural metadata registry for official statistics.
8.7K
This is the bare Fusion Metadata Registry deployment that requires a separate SQL database service for operation.
It's suitable for the following use cases:
The sdmxio/fmr-mysql image is recommended for quick and simple deployment for personal use, ad hoc production use cases, capacity building, testing and evaluation.
Find out more on sdmx.io
Docker Compose scripts with various database integrations are available on the FMR public GitHub.
Download the image and start a container called 'fmr'
docker run --name fmr -p 8080:8080 -eSERVER_URL=https://localhost:8080 sdmxio/fmr:latest
Navigate to http://localhost:8080/
Complete the installation process by completing the forms, in particular:
Installation process guidance
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:4c58e3171…
Size
232.8 MB
Last updated
1 day ago
docker pull sdmxio/fmrPulls:
104
Last week