Inhaltsverzeichnis
WvdS Data-Gateway
Overview
The WvdS WebAPI Data Gateway is a universal REST API interface for accessing relational databases.
What does the Gateway do?
- Exposes databases as REST API
Supported Databases
| SQL Server | SQLite | MySQL | PostgreSQL |
API Styles
Security
The Gateway supports Post-Quantum Cryptography for future-proof encryption.
Quick Start
First steps with the Data Gateway.
Start Server
WvdS.WebAPI.Data.Gateway.Api.exe
The server runs by default on http://localhost:5000.
First Query
# Get table list curl http://localhost:5000/api/v1/dsn/demo/tables
Read Data
# First 10 customers curl "http://localhost:5000/odata/demo/Customers?\$top=10"
Next Steps
- Operator Handbook - Runbooks for Operations
Operator Handbook
For Sysadmins & DevOps: → Operator Handbook
Runbooks, checklists, copy-paste commands for daily operations.
| 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 |
Wolfgang van der Stille @ EMSR DATA d.o.o. - Data Gateway Professional
Zuletzt geändert: on 2026/01/29 at 11:19 PM