734996002c
The changeset also makes the control service responsible for flyway migrations. This helps reduce the number of places the database configuration needs to be spread out. These automatic migrations can be disabled with -DdisableFlyway=true. The commit also adds curl to the docker container, to enable docker health checks and interdependencies. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
readme.md |
The query service parses search queries and delegates work to the index service.
The index-service speaks a lower level query specification language that is difficult to build an application out of. The query service exists as an interpreter to that format.