Technologies Utilized
Last updated
Last updated
The code for DS can be found in the .
DS is a backend service that is written in and . The DS project is a project, which is used to execute the standard lifecycle tasks for software development (i.e. build/test/package/release) of the DS service. The Maven POM is a child of the which is a child of the .
Here are the most significant technologies used in DS:
is used for functionality such as listening for JMS messages, configuration, “wiring-up” of DS components via dependency injection, and tests.
There are unit and integration tests in DS. Tests are executed using and Spring Boot Test. are used for integration tests with pass-core.
is used for building a DS docker image that is used for deployment.