From 53642548a228db1d553f4614c26bd89d59c09bd6 Mon Sep 17 00:00:00 2001 From: Sabby Anandan Date: Fri, 21 Aug 2020 16:38:48 -0700 Subject: [PATCH] Add README for applications --- brake-logs/README.md | 2 ++ brake-temperature/README.md | 2 ++ thumbinator/README.md | 4 ++++ trucks/README.md | 2 ++ 4 files changed, 10 insertions(+) create mode 100644 brake-logs/README.md create mode 100644 brake-temperature/README.md create mode 100644 thumbinator/README.md create mode 100644 trucks/README.md diff --git a/brake-logs/README.md b/brake-logs/README.md new file mode 100644 index 0000000..e6e7840 --- /dev/null +++ b/brake-logs/README.md @@ -0,0 +1,2 @@ +# Print Output +A Spring Cloud Stream consumer application that simply just prints the recieve data from an upstream Kafka topic. diff --git a/brake-temperature/README.md b/brake-temperature/README.md new file mode 100644 index 0000000..54d1ef9 --- /dev/null +++ b/brake-temperature/README.md @@ -0,0 +1,2 @@ +# Compute Truck's Brake Temperature Every 10s +A Spring Cloud Stream + Kafka Stream processor that computes moving-average of a `Truck`'s brake temperature every 10 seconds. \ No newline at end of file diff --git a/thumbinator/README.md b/thumbinator/README.md new file mode 100644 index 0000000..2cf840a --- /dev/null +++ b/thumbinator/README.md @@ -0,0 +1,4 @@ +# Task Application with Two Jobs +First job includes three steps to extract an image, transform it to a thumbnail, and load the thumbnail to a different directory. + +The second job retrieves for the original and thumbnail image sizes, and prints the result. \ No newline at end of file diff --git a/trucks/README.md b/trucks/README.md new file mode 100644 index 0000000..941d267 --- /dev/null +++ b/trucks/README.md @@ -0,0 +1,2 @@ +# Generate Trucks +A Spring Cloud Stream producer that creates a `Truck` domain object every second with randomized truck information. \ No newline at end of file