This is an internal Hitachi ERD resource. Enter the access password to continue.
Contact anthony.ohazulike@hitachi-eu.com for access
⚙️ Not connected to server yet. Running with local data only.
Data is not shared until you connect.
Hitachi ERDAI Initiative Register — FY 2026–27
Viewing only
Overview
Projects by Domain
TRL Maturity Levels
Cross-Project Synergiesclick cell to explore
#
Domain
Project
Sponsor
Lead
TRL
Status
Risk
HC
Start
Actions
Project
ERD AI Register
Hitachi European R&D
Sign in to edit projects
Enter your @hitachi-eu.com email. Anyone can view without signing in.
👑 Super admin (anthony.ohazulike@hitachi-eu.com) — edit & delete all projects
✏️ Project leads — edit only their own projects
👁 Everyone else — view only, no sign-in needed
➕ Any signed-in user — can add new projects
⚙️ Connect to OVH Server (1 min)
After deploying the ARM template, paste your Azure Function URL below. All data will be stored securely in Azure Table Storage inside your Hitachi tenant.
1
Upload files to your OVH server
Copy server.js, package.json, .env, and data.json to your OVH VPS (e.g. into /var/www/erd-api/).
Use FileZilla, WinSCP, or scp: scp server.js package.json .env data.json user@YOUR-OVH-IP:/var/www/erd-api/
2
Start the server on OVH
SSH into your OVH server and run: cd /var/www/erd-api && npm install && node server.js
Or with pm2 (keeps it running after logout): npm install -g pm2 && pm2 start server.js --name erd-api && pm2 save
3
Enter your OVH server API URL and key
Your API is running on your OVH VPS. Use your server IP or domain: https://erd-api.your-domain.com or http://YOUR-OVH-IP:3210
4
Share the dashboard with your team
Host index.html on your OVH server with nginx (see nginx-erd-api.conf), or open it directly as a file in any browser — it connects to OVH for all data.
Share the URL (or the HTML file) in your Teams channel.
Everyone enters the server URL once in the setup banner — it's saved in their browser.