From 4af55b6ee35c492b13fe812d3e26b15e2da38280 Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Tue, 12 Sep 2023 12:38:35 -0400 Subject: [PATCH] Readme describes the spr-cloud-dataflow-aggregate-task module (#5460) Section also discusses where to find tests resolves #5446 --- spring-cloud-dataflow-aggregate-task/README.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 spring-cloud-dataflow-aggregate-task/README.adoc diff --git a/spring-cloud-dataflow-aggregate-task/README.adoc b/spring-cloud-dataflow-aggregate-task/README.adoc new file mode 100644 index 0000000000..54ea33b3a3 --- /dev/null +++ b/spring-cloud-dataflow-aggregate-task/README.adoc @@ -0,0 +1,10 @@ += Spring Cloud Dataflow Aggregate Task Module + +Spring Cloud Task and Spring Batch utilize a series of database tables to support storing data about Boot Application executions as well as Job executions. +For each major release of these projects, their database schemas adjust to meet the needs for the latest release. +SCDF supports applications that may use the current release of these projects as well as a previous release. +The `spring-cloud-dataflow-aggregate-task` module provides support for dataflow to query and mutate data in each of the schema versions. + +== Tests + +The tests for this module are located in the `spring-cloud-dataflow-server` module \ No newline at end of file