Architecture
This chapter provides an overview of the NGA system architecture.
At a simplified view, the system architecture consists of:
- Frontend Manager which interfaces to WinCC OA (init, configuration, write, read).
- Backend(s) which contain DB specific parts.
- Database(s) which persist historical data and metadata.
ZeroMQ is the data transfer protocol between the frontend and the backend. Protobuf messages are used as data for transmission between the frontend and the backend.