The server chassis is the component that provides the base server infrastructure for the OMAG Server Platform.
It is written using Spring Boot. and manages the REST APIs' endpoint. Calls to the server chassis are then routed to the appropriate Egeria module.
Since this is a Spring Boot application, it can be
customized using the application.properties
file found in the resources
directory and using environment variables.
The server chassis code is here:
- server-chassis-spring - server chassis using Spring.
License: CC BY 4.0, Copyright Contributors to the ODPi Egeria project.