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