- “Why does user X see this search result while user Y does not?” — full insight into your CDF groups makes it easy to spot where you can optimize and reuse access.
- Where are failing activities and processing bottlenecks? — identify workload spikes so you can reduce them and improve system stability.
- What do my data model views and properties look like? — inspect the structure of your data models.
Qualitizer is built on the Cognite Flows application framework. The tool is run in standalone mode with a local proxy that injects client-credentials tokens, so technical users can run it on their own machine.
This is the same Qualitizer tool that the Foundation deployment pack can install (the
qualitizer module). If you already installed it through Foundation, you can run it from that project’s modules/tools/apps/qualitizer/ folder instead of cloning it separately.Who it’s for
Target personas:- Data engineers — investigate data quality, access, and workload issues on a CDF project.
- CDF administrators — review access groups, data models, and job scheduling.
- You need to understand why users see different search or access results and want a clear view of your CDF groups.
- You want to find failing activities and scheduling bottlenecks to improve system stability.
- You want to inspect the views and properties of your data models.
Prerequisites
Verify all of the following before you start:- Cognite Toolkit version 0.8 or later is installed. See Setting up.
- A
cdf.tomlfile exists in your project root. If it is missing, runcdf modules initand select Create toml file (required). - Authentication is configured and verified — run
cdf auth initandcdf auth verifyusing a local.envfile. See Authentication and authorization. - Node.js 22 or later and npm are installed to run the Qualitizer web application and its proxy.
- You have permission to enable feature flags in your CDF project. Contact your CDF administrator if you do not have access.
Install
You can install Qualitizer with the Cognite Toolkit or by cloning the best-practices GitHub repository.- Cognite Toolkit
- Clone from GitHub
Run
cdf modules add and select Tools and Accelerators > CDF Qualitizer Application.The Toolkit creates the module under modules/tools/apps/qualitizer/.Run the application
Qualitizer runs as two local processes: a web application you open in the browser, and a proxy that handles authentication against CDF.The tool does not store state. For some views, this limits the time window you can inspect at once (for example, one hour).
1
Set up the .env file
You can reuse the The complete list of environment variables is in the README file included with the tool. See Configuration reference for the most common ones.
.env file from your Toolkit setup. Copy it into the qualitizer folder and add these two lines:2
Start the proxy
3
Start the web server
Configuration reference
Set these environment variables in the.env file in the qualitizer folder. The full list is in the README included with the tool.
Troubleshooting
For issues not covered here, contact Cognite support.