Skip to content

Commit

Permalink
Merge pull request #886 from mandy-chessell/code2024
Browse files Browse the repository at this point in the history
Update view service configuration
  • Loading branch information
mandy-chessell committed Jan 22, 2024
2 parents 082f408 + fe4b33c commit 1021047
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 187 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

# Configuring the OMAG Server Platform

The [OMAG Server Platform](/concepts/omag-server-platform) is a JVM process that includes a Tomcat web server and uses [Spring Boot :material-dock-window:](https://spring.io/){ target=spring } to support its REST APIs. The Egeria code is in the centre of this and, through configuration, starts up plug-in components called [connectors](/concepts/connector).
The [OMAG Server Platform](/concepts/omag-server-platform) is a JVM process that includes a Tomcat web server and uses [Spring Boot :material-dock-window:](https://spring.io/){ target=spring } to support its REST APIs. The Egeria code is in the centre of this. Through configuration, Egeria starts up plug-in components called [connectors](/concepts/connector) and coordinates calls to them to manage and exchange metadata.

![OMAG Server Platform Onion](omag-server-platform-onion.svg)
> High-level structure of the OMAG Server Platform
The behaviour of these components is influenced by:
The behaviour of the OMAG Server Platform components is influenced by:

* The command line properties passed when the platform is started.
* The contents of the `application.properties` file (or their environment variable equivalents).
Expand Down
Loading

0 comments on commit 1021047

Please sign in to comment.