Edit on GitHub!

Technology

This page lists the technologies and tools chosen for the project

Current technology choices

Technology Choices

Programming language - Java

Java 11 is chosen as programming language.

Java build environment - Gradle

For building the applications we use Gradle. Gradle is good suppored in CI/CD.

Microservice deployment - Docker

Microservices are deployed as Linux based Docker container. Advantages of deployment in Docker container:

Database - BaseX

For the database BaseX](https://basex.org/) is chosen on following arguments:

Pros

Cons

XML Processing - Schematron

Pros

Cons

Java framework - Quarkus

For the framework to be used with Java we choose Quarkus.

Pros

When looking at the memory usage (and response times) of Quarkus, it’s definitely interesting for us. Also take a look at this comparison with Java Spring

Because CoMPAS is an application which also should run locally, memory usage is an important aspect. Together with being a modern microservice framework, backed by RedHat and being a Java framework (which we are having experience with) it’s the best choice for now!

Cons

Source control - Github

We choose github for source control. This is good practice for open source development. The CoMPAS repositories can be found at https://github.com/com-pas/

CI/CD - Github actions

We choose Github Actions as mechanism for CI/CD.

Pros

Cons

Tool advise

This section lists the development tooling that is advised. Of course developers are free to use their own developement tooling

SDE - Microsoft Visual Studio Code

Microsoft Visual Studio Code is a versatile develpment environment supporting many languages.