This is the repository of the Sky application, built on the Delos distributed systems platform. It's a fantasy POC for a minimal viable system built using the modular framework of Delos.
The build contains the Maven wrapper and can be invoked in that top level directory with:
./mvnw clean install
To run the Sky End to End testing using local docker, add the e2e profile to the
invocation: ./mvnw -P e2e clean install
One can also cd into the local-demo and build in that directory using the e2e profile.
The Sky container image is built in the aptly named sky-image module and is currently generically programmed via key environment variables as can be seen in the End to End smoke testing using the TestContainer framework