Integration Architecture
Enterprise system integration for the AI platform.
Contents
| Section | Description |
|---|---|
| FlightHub Integration | DJI FlightHub 2 data consumption |
| Control Room | RTIC integration and dashboards |
| Enterprise Systems | SAP PM, SCADA, Genetec |
Integration Overview
┌─────────────────────────────────────────────────────────────────────┐
│ YPF ENTERPRISE │
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │
│ │ SAP PM │ │ SCADA │ │ Genetec │ │
│ │ Work Orders │ │ Control │ │ Security │ │
│ └──────┬───────┘ └──────┬───────┘ └──────┬───────┘ │
└─────────┼──────────────────┼──────────────────┼─────────────────────┘
│ │ │
│ ┌────────▼────────┐ │
│ │ TRIFORK AI │ │
└────────►│ PLATFORM │◄────────┘
│ Integration │
│ APIs │
└────────┬────────┘
│
┌──────────────────┼──────────────────┐
│ │ │
┌──────▼──────┐ ┌───────▼───────┐ ┌──────▼──────┐
│ RTIC │ │ FlightHub │ │ Event │
│ Dashboards │ │ 2 │ │ Stream │
└─────────────┘ └───────────────┘ └─────────────┘
Integration Priority
| System | Phase | Integration Type |
|---|---|---|
| FlightHub 2 | MVP Phase 1 | API consumption |
| RTIC Dashboards | MVP Phase 4 | Web deployment |
| SAP PM | MVP Phase 4 | Bidirectional API |
| Genetec | Post-MVP | RTSP/RTMP streaming |
| SCADA | Post-MVP | REST/MQTT/OPC UA |
API Architecture
Inbound APIs (Data Consumption)
| Source | Protocol | Data |
|---|---|---|
| FlightHub 2 | REST API | Mission data, media, telemetry |
| Sensors | Direct/FlightHub | Methane, thermal, LiDAR, GPR |
| Asset Registry | REST/Database | Equipment metadata |
Outbound APIs (Data Publishing)
| Destination | Protocol | Data |
|---|---|---|
| SAP PM | REST API | Work order creation, status updates |
| Genetec | RTSP/RTMP | Live video streams |
| SCADA | MQTT/OPC UA | Alerts, telemetry |
| Custom | REST/WebSocket | Real-time events |
Data Flow
Real-Time Path
- FlightHub 2 mission completion
- Media and sensor data extraction
- AI processing and detection
- Event generation
- Alert distribution
- Dashboard update
Integration Path
- High-priority event detected
- SAP PM work order created
- SCADA notification sent
- Genetec video available
- RTIC dashboard updated