Skip to content

Commit

Permalink
Readme describes the spr-cloud-dataflow-aggregate-task module (#5460)
Browse files Browse the repository at this point in the history
Section also discusses where to find tests
resolves #5446
  • Loading branch information
cppwfs authored Sep 12, 2023
1 parent c69e4e0 commit 4af55b6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spring-cloud-dataflow-aggregate-task/README.adoc
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4af55b6

Please sign in to comment.