Unit 3: Getting Started with SDMX-DG

Background

Get your System Ready

Here are the steps to start using SDMX-DG.

Step 1
Step 2
Step 3
Step 4

Install prerequisites.

SDMX DG has four prerequisite softwares that need to be installed:

  1. Python software, version 3.8 or higher.
    To verify if python is already installed:

    Code

    python --version
    If not installed, visit python.org to download the installer for your operating system and follow the installation instructions.
  2. Upgrade the python package manager "pip" to the latest version.

    Code

    python -m pip install --upgrade pip
  3. Node.js (for front-end dependencies).
    Visit Node.js to download the installer for your operating system and follow the prompts to complete installation.
    Note: Ensure you include npm for package management.
  4. Git (for version control, optional but recommended)
    Visit git-scm.com to download the installer for your operating system (Windows, macOS, or Linux) and follow the setup instructions. After installation, verify it by opening a terminal and typing.

    Code

    git --version

Download SDMX-DG.

Clone the SDMX-DG repository from GitHub. Alternatively, download the latest release from GitHub.

Code

git clone https://github.com/BIS-MED-IT/SDMX-dashboard-generator.git cd SDMX-dashboard-generator

Install dependencies.

Code

pip install -r requirements.txt

Start the SDMX-DG Server.

Code

python app.py

Your dashboard will be available at: http://localhost:5000

pdf download
iText

Click the icon to download a job aid listing the steps to get your system ready for SDMX-DG.

AI assistant

Need help finding something? I am an AI Assistant that’s here to help!

Welcome to SDMX AI assistant

What are you looking for?

SDMX AI assistant

By using this AI-powered service (“Service”), you acknowledge and agree to the following:

This Service uses generative AI to assist with statistical analysis and research . While the Service strives to deliver useful information, the output (“Output”) may contain inaccuracies, omissions, or biases. The Output is provided for informational purposes only and should not be considered professional advice. You remain responsible for how you interpret and use the Output.

The BIS makes no warranties regarding the accuracy or completeness of the Output and accepts no liability for any loss or damage resulting from its use.

Do not include or share personal, private, confidential or proprietary information when using the Service.

By using this technology, you agree to the Terms and Conditions.

How the assistant can help you

Understand SDMX standards

Ask and get clear explanations about SDMX standards.

Navigate the website

Find tools and documentation on website quickly.

Explore SDMX tools

Ask about API, software and libraries supporting SDMX.

Access documentation

Locate technical guides, specifications, and FAQs.

LLMs can make mistakes, please verify important information.

Why was the answer unhelpful?