AETR is an API Execution Task Runner. Basically its there to manage a workflow of calling API's in a particular step for you.
https://github.com/paradoxical-io/aetr
AETR needs a postgres 10+ backing DB. Point the JDBC url to it via env vars:
docker run -it -p 9999:9999 \
-e DB_JDBC_URL=jdbc:postgresql://db:5432/aetr \
--network aetr_default \
paradoxical/aetr:1.0-SNAPSHOT server
Other configuration options can be seen in the conf file
JVM args can be passed to aetr for JVM tuning via the JVM_ARGS environment variable.
Content type
Image
Digest
Size
135.9 MB
Last updated
over 8 years ago
docker pull paradoxical/aetr