Deploying Fair Data Point in myDRE
The Fair Data Point (FDP) is a metadata repository that allows you to expose and manage metadata following the FAIR principles. Findable, Accessible, Interoperable, and Reusable. By integrating FDP within a myDRE workspace, researchers can publish data descriptions in a standardized way, paving the path for more transparent, reusable, and linked research data.
This article walks you through deploying FDP in your myDRE workspace using one Linux and one Windows virtual machine (VM), and outlines the steps to start creating FAIR data catalogs right away.
Requirements
To run FDP in myDRE, you need:
- One Linux VM (to host FDP)
- One Windows VM (for browser-based access and testing)
Workspace Configuration
- Deploy 2 VMs in the same workspace:
- 1 Linux VM
- 1 Windows VM

- Enable Proxy and allowlist the following domains in your workspace settings:
- packages.microsoft.com
- docker.io
- docker.com
- azure.archive.ubuntu.com
- packages.microsoft.comdocker.com (ensure this typo is not intentional—may need correction)

Upload Required Files
- application.yml
- docker-compose.yml
- fdp-reset.sh
- fdp

Set Up the Linux VM
After installing Docker:
- To list the currently running Docker containers run: sudo docker ps
- If you want to list all containers, including those that have exited or failed run: sudo docker ps -a
- Changes directory to where your deployment files are stored because Docker Compose needs to run inside the directory where docker-compose.yml is located: cd /home/mnt/data
- To launch the full FDP system — database, backend, frontend — all at once, run: sudo docker compose up -d
Set Up the Windows VM
- Turn off proxy settings temporarily.
- Use IP-Allowlisting to access the Linux VM on the Windows VM:
- Name: Linux
- IP Address: 10.x.xx.xxx (replace with actual Linux VM IP)
- Port: 8080
- Reason: Linux VM for testing FDP
- Enable the IP

Once allowed, you can access the Fair Data Point UI in a browser on the Windows VM using:
You now have a working instance of Fair Data Point in your myDRE workspace. You can start creating:
- Catalogs
- Datasets
- Distributions
All using the FAIR metadata standards. This makes your datasets more discoverable and aligned with modern data stewardship practices.
Related Articles
Uploading your data
This feature is available to workspace members all except the Data reader A data upload or download does not require a running Virtual Machine! If you're uploading a folder with many subfolders, make a zip file! In your workspace, you can upload a ...
Uploading your data
All workspace members (except Data reader) can upload data to the workspace Tips: A data upload or download does not require a running Virtual Machine. If you're uploading a folder with many subfolders, make a zip file. To work in your myDRE ...
Downloading and transferring files via data requests
Introduction Downloading or transferring data from the the myDRE workspace always follows an approval flow. This means that a download (to local machine) or transfer request (to another workspace) needs to be requested by the member, which will then ...
Blob storage
Version: 2022-11-14 Updated: 2024-08-12 This service is available to Accountables and Privileged members of a workspace. Blob storage in myDRE is restricted to the context of one workspace What is Azure Blob storage? Azure Blob storage is optimized ...
Extra data disk request & initialization - Windows & Linux
Introduction The Z-drive (fileshare) is rather slow compared to a managed disk such as the C-drive. Although expansion of the C-drive is possible, it is good to keep in mind that the Operating System (OS) is also installed on the C-drive. It is not a ...