Inhaltsverzeichnis
Operator Handbook
Target audience: Sysadmins, DevOps, Operators
Content: Runbooks, checklists, scripts
Format: Copy-paste ready commands
Operational guides for daily operation of the Data Gateway.
Overview
flowchart TB
subgraph DAILY["DAILY OPERATIONS"]
D1[Start server]
D2[Manage DSN]
D3[Health Check]
D4[Check logs]
end
subgraph AUTO["AUTOMATION"]
A1[Windows Service]
A2[systemd]
A3[Docker]
A4[Kubernetes]
end
subgraph MON["MONITORING"]
M1[Prometheus]
M2[Grafana]
M3[Alerting]
end
subgraph SEC["SECURITY"]
S1[Set up TLS]
S2[Certificates]
S3[Firewall]
end
DAILY --> AUTO
AUTO --> MON
MON --> SEC
style D1 fill:#e8f5e9
style A1 fill:#e3f2fd
style M1 fill:#fff3e0
style S1 fill:#ffebee
Categories
| Category | Description | Runbooks |
|---|---|---|
| Daily Operations | Start server, manage DSN, Health Check, Logs | 4 |
| Automation | Windows Service, systemd, Docker, Kubernetes | 4 |
| Monitoring | Prometheus, Grafana, Alerting | 3 |
| Security | TLS, Certificates, Firewall | 3 |
| Backup | Config Backup, DSN Export | 2 |
Quick Start
Start Gateway immediately:
# Windows WvdS.WebAPI.Data.Gateway.Api.exe # Linux ./WvdS.WebAPI.Data.Gateway.Api
Health Check:
curl http://localhost:5000/health
First query:
curl http://localhost:5000/api/v1/dsn/demo/tables
Prerequisites
| Component | Version | Check |
| ———– | ——— | ——- |
| .NET Runtime | 8.0+ | dotnet –version |
| OpenSSL | 3.0+ (for TLS) | openssl version |
| curl | any | curl –version |
Related Documentation
- Administrator - Configuration & Architecture
- Developer - API Documentation
- PQ Security - Post-Quantum Cryptography
Wolfgang van der Stille @ EMSR DATA d.o.o. - Data Gateway Professional
Zuletzt geändert: on 2026/01/29 at 11:31 PM