Symphony Microservice Startup Order
This applies to: Visual Data Discovery
The only microservices that must be started first are the Postgres and Service Discovery microservices. The other microservices are more tolerant and can be started in any order.
Symphony recommends starting microservices in the following order. You can start microservices using CentOS or Ubuntu commands or using the CLI. See Start Symphony Microservices and Manage Symphony Microservices Using the Command Line Utility. A full list of Symphony microservices can be found in Symphony Data Discovery Microservice Name Reference.
-
The Postgres microservice (
postgresql-<version>
) used for metadata storage (where<version>
is the version of Postgres you have installed. -
The Service Discovery microservice (
zoomdata-consul
) used for microservice discovery. -
The connector microservices (in the format
zoomdata-edc-<connector_name>
) used to connect to different data stores. The following CentOS 7 example starts all available connector microservices, rather than starting them individually:sudo systemctl start $(systemctl list-unit-files | grep zoomdata-edc | awk ‘{print $1}‘)
-
The query engine microservice (
zoomdata-query-engine
) used for query engine processing. -
The
zoomdata-data-writer-postgresql
microservice. -
The following optional microservices, if they are installed.
zoomdata-admin-server
zoomdata-screenshot-service
-
The main Symphony microservice (
zoomdata
).