Architecture
The IT Operator consists of two parts, the Control and the REST servers.
The Control server delivers a web application and builds the desktop and mobile apps to be used. They are all the same on different devices. They all contact and get their data from the central REST servers which may be load balanced and clustered for high scalability.
1. Components
The components displayed may be configured to your needs.
Control Server + Application Builder
- Server which runs the application
- Code base for mobile Apps
- Code base for Desktop Applications
Read more in the Control App book
REST Server
- Authentication and Authorization Server
- Data Retrieval Point
- Processing Machine
Read more in the REST Server book
Data Store
- Persistent store for the REST Server
- User Profiles with Settings
- Roles and rights
This is also documented in the REST Server book