From 80a42be174fa2cd62858352ef1e05f669e22ba13 Mon Sep 17 00:00:00 2001 From: Joel Longtine Date: Thu, 6 Jan 2022 12:36:28 -0700 Subject: [PATCH] Update low-level changelog.com config README Signed-off-by: Joel Longtine --- europa-universe/examples/changelog.com/lowlevel/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/europa-universe/examples/changelog.com/lowlevel/README.md b/europa-universe/examples/changelog.com/lowlevel/README.md index 02912018..fe179947 100644 --- a/europa-universe/examples/changelog.com/lowlevel/README.md +++ b/europa-universe/examples/changelog.com/lowlevel/README.md @@ -1,2 +1,5 @@ -Joel's low-level implementation goes here :) +# Low-level port of Changelog.com configuration +This is a port of the changelog.com configuration to the low-level `dagger/engine` APIs. + +It currently only uses `engine` (no high-level APIs like `docker`, etc) and, because we don't currently have a way to implement long-running tasks in Europa, it doesn't parts of the config that require them, such as databases for testing. The hope is that we'll be able to figure out a way to implement that soon, and we'll update this config with those capabilities when we are able to.