Skip to content

Commit

Permalink
Add README for applications
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabby Anandan committed Aug 21, 2020
1 parent faa6ed3 commit 5364254
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions brake-logs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Print Output
A Spring Cloud Stream consumer application that simply just prints the recieve data from an upstream Kafka topic.
2 changes: 2 additions & 0 deletions brake-temperature/README.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 4 additions & 0 deletions thumbinator/README.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions trucks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Generate Trucks
A Spring Cloud Stream producer that creates a `Truck` domain object every second with randomized truck information.

0 comments on commit 5364254

Please sign in to comment.