== WvdS Data-Gateway == ====== Panoramica ====== Il **WvdS WebAPI Data Gateway** è un'interfaccia REST API universale per l'accesso ai database relazionali. ===== Cosa fa il Gateway? ===== * Fornisce database come [[.:entwickler:rest:start|REST-API]] * Supporta [[.:entwickler:odata:start|OData]], [[.:entwickler:graphql:start|GraphQL]] e JSON * Consente l'accesso da [[.:anwender:excel:start|Excel]], [[.:anwender:access:start|Access]], [[.:anwender:powerbi:start|Power BI]], [[.:anwender:vba:start|VBA]] e tutti i linguaggi di programmazione ===== Database supportati ===== | SQL Server | SQLite | MySQL | PostgreSQL | ===== Stili API ===== ^ Stile ^ Utilizzo ^ | [[.:entwickler:odata:start|OData]] | Excel, Power BI, Access | | [[.:entwickler:graphql:start|GraphQL]] | App web moderne | | [[.:entwickler:rest:start|REST/JSON]] | Universale | ===== Sicurezza ===== Il Gateway supporta la [[.:business:sicherheit:start|crittografia post-quantistica]] per una cifratura a prova di futuro. ====== Avvio rapido ====== Primi passi con il Data Gateway. ===== Avvio del server ===== WvdS.WebAPI.Data.Gateway.Api.exe Il server funziona di default su ''http://localhost:5000''. ===== Prima query ===== # Recupera elenco tabelle curl http://localhost:5000/api/v1/dsn/demo/tables ===== Lettura dati ===== # I primi 10 clienti curl "http://localhost:5000/odata/demo/Customers?\$top=10" ===== Prossimi passi ===== * [[.:administrator:start|Installazione e configurazione]] * [[.:entwickler:start|Documentazione API]] * [[.:anwender:start|Integrazione Excel e Access]] * [[.:operator:start|Manuale operatore]] – Runbooks per le operazioni ---- ===== Manuale operatore ===== **Per Sysadmin e DevOps:** → [[.:operator:start|Manuale operatore]] \\ Runbooks, checklist, comandi copy-paste per le operazioni quotidiane. ^ Categoria ^ Descrizione ^ Runbooks ^ | [[.:operator:tagesgeschaeft:start|Operazioni quotidiane]] | Avvio server, gestione DSN, controllo stato, log | 4 | | [[.:operator:automatisierung:start|Automazione]] | Servizio Windows, systemd, Docker, Kubernetes | 4 | | [[.:operator:monitoring:start|Monitoraggio]] | Prometheus, Grafana, alerting | 3 | | [[.:operator:sicherheit:start|Sicurezza]] | TLS, certificati, firewall | 3 | | [[.:operator:backup:start|Backup]] | Backup configurazione, esportazione DSN | 2 | ---- //Wolfgang van der Stille @ EMSR DATA d.o.o. - Data Gateway Professional// {{tag>data-gateway panoramica api rest odata graphql}}