Complete setup instructions for the UOM Harmonization Intelligence Platform.
- Version: 4.5 or higher
- Download: https://www.knime.com/downloads
- System Requirements: 64-bit OS, Java 11+ (included)
Minimum:
- CPU: Dual-core 2.0 GHz
- RAM: 8 GB
- Storage: 5 GB free space
Recommended:
- CPU: Quad-core 3.0 GHz or better
- RAM: 16 GB or more
- Storage: 20 GB free space (SSD preferred)
- Download KNIME installer from https://www.knime.com/downloads
- Run the .exe installer
- Follow the installation wizard (accept defaults)
- Launch KNIME from Start Menu
- Download KNIME .dmg file
- Open the DMG and drag KNIME to Applications
- Launch KNIME from Applications
- Download KNIME .tar.gz file
- Extract:
tar -xzf knime_*.tar.gz - Navigate to extracted folder
- Run:
./knime
-
Workspace Setup
- Choose or create a workspace directory
- Recommended: Documents/KNIME-workspace
-
Memory Configuration (Important!)
Edit -> Preferences -> General -> Memory - Set Maximum Heap Size: 8192 MB (or 50-70% of total RAM) - Set Maximum Direct Buffer: 2048 MB -
JavaScript View Settings
Edit -> Preferences -> JavaScript Views - Enable JavaScript execution - Enable local file access (for dashboard)
# Clone via HTTPS
git clone https://github.com/JulietMirambo/Units_of_Measure_Harmonization-intelligence-platform.git
# Navigate into directory
cd Units_of_Measure_Harmonization-intelligence-platform- Go to https://github.com/JulietMirambo/Units_of_Measure_Harmonization-intelligence-platform
- Click green "Code" button -> Download ZIP
- Extract ZIP to desired location
-
Open KNIME Analytics Platform
-
Import Workflow
- File -> Import KNIME Workflow...
- Select "Import from archive or folder"
- Click "Browse" button
-
Select Workflow Directory
- Navigate to your cloned/extracted repository
- Select the
workflowfolder - Click "Select Folder"
-
Import Options
- Keep default settings
- Click "Finish"
-
Wait for Import
- KNIME will import the workflow
- If prompted, install missing extensions (auto-install recommended)
-
Locate the Workflow
- In KNIME Explorer panel (left side)
- Find "Units_of_Measure_Harmonization-intelligence-platform"
-
Open the Workflow
- Double-click to open
-
Configure Sample Data
- Right-click "CSV Reader" node
- Configure -> Browse to
data-sample/sample_10k.csv - Click OK
-
Execute Test Run
- Right-click workflow root
- Select "Execute All"
- Wait 2-3 minutes
-
View Results
- Right-click "Visual Dashboard" node
- Select "Open View"
- Dashboard should appear
Success Indicators:
- All nodes show green traffic lights
- Console shows no red error messages
- Dashboard opens and displays statistics
- Results table populated with data
Solutions:
- Ensure you selected the
workflowfolder, not repository root - Check that folder contains
workflow.knimefile
Solutions:
- Click "Install" when prompted
- Restart KNIME after installation
Solutions:
- Close KNIME
- Find knime.ini file:
- Windows: C:\Program Files\KNIME\knime.ini
- macOS: /Applications/KNIME.app/Contents/Eclipse/knime.ini
- Edit and change:
-Xmx8g(for 8GB heap) - Save and restart KNIME
Solutions:
- Enable JavaScript: Edit -> Preferences -> JavaScript Views
- Clear KNIME cache: File -> Preferences -> Advanced -> Clear Cache
- Re-execute the workflow
Solutions:
- Increase memory allocation (see Issue 3)
- Close other applications
- Use SSD for workspace if possible
After successful installation:
- Read the User Guide - User Guide
- Explore the Dashboard - Dashboard Guide
- Understand the Architecture - Architecture
- Try Examples - Check the examples/ folder
- Use Your Own Data - Start with small datasets
Installation complete! You're ready to start detecting and correcting UOM errors.
Questions? Open an issue