The Fastest Way to Turn Test & Measurement Files Into AI‑Ready Data
Peak Test Data Manager (PeakTDM) FileFocus is the fastest way to transform your scattered test and measurement files into a unified, searchable, AI-ready data platform - without disrupting your existing toolchains.
The guide helps you get started with PeakTDM FileFocus.
PeakTDM FileFocus is delivered as a Docker container and requires a working Docker runtime. On Windows, install Docker Desktop1.
Log in to the Peak Solution Docker Image Repository2:
docker login https://docker.peak-solution.deℹ️ If Docker containers cannot be used in your organization, please contact Peak Solution for alternatives.
Clone or download this repository. If downloaded as a ZIP, extract the archive to a local folder.
Open a terminal(cmd) and navigate to the repository folder and start the FileFocus environment:
docker compose up -dYour PeakTDM FileFocus instance is now up and running.
By default PeakTDM FileFocus runs on port 15000.
Copy the following URL into your browser to access the PeakTDM FileFocus Web UI:
You can now:
-
Use PeakTDM Test Data Workplace for interactive data exploration
-
Use Jupyter Notebooks for programmatic access via Python
Add some example files:
docker compose --profile examples up example-data
docker compose --profile examples down example-dataor copy your own data files to the ./datafolder in your installation directory.
Copy the .env.example file to .env, open it in a text editor and adjust the values according to your setup.
Set the DATAFOLDER variable to the absolute path of your data files to index your specific file location. To apply the configuration settings, restart the PeakTDM FileFocus environment by executing the following commands:
docker compose down -vand then
docker compose up -d.env.example file for examples.
PeakTDM FileFocus can deal with almost any measurement file format. In case your file format is not supported yet, you can develop your own ExD data plugin.
👉 Visit the Data Management Learning Path for instructions and examples or contact Peak Solution.
Access your data programmatically via Python using Peak ASAM ODSBox - a thin wrapper around the PeakTDM FileFocus HTTP(S)-APIs.
👉 Find more Python examples in the Data Management Learning Path
Running PeakTDM FileFocus requires a valid license issued by Peak Solution.
Copy your license file into the .\license folder of your installation.
Need an evaluation license:
As the fastest way to turn test & measurement files into AI‑ready data, we are actively exploring the use of PeakTDM data with agentic AI frameworks.
👉 Read the blog or contact Peak Solution to learn how your data can be used with Github Copilot and other agentic tools.
For questions about PeakTDM FileFocus or other Peak Solution products feel free to
Explore the PeakTDM FileFocus website for more information:
Footnotes
-
You can find the Docker Desktop installation instructions on the official Docker web site: Get Docker Documentation ↩
-
You need login credentials for the Peak Solution Docker Image Repository. In case you don't have them, please contact Peak Solution ↩

