From 2539a522822abc037215f8377e3613d72bdf9b6b Mon Sep 17 00:00:00 2001 From: PriitU Date: Sun, 29 Mar 2020 13:05:34 +0300 Subject: [PATCH] Update 01-Introduction.md Improved sentence structure. --- sections/01-Introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sections/01-Introduction.md b/sections/01-Introduction.md index 67f304f..411b35c 100644 --- a/sections/01-Introduction.md +++ b/sections/01-Introduction.md @@ -315,8 +315,8 @@ The temporary storage allows other stages simple and fast access to incoming data. A great solution is to use messaging queue systems like Apache Kafka, -RabbitMQ or AWS Kinesis. Sometimes people also use caches for -specialised applications like Redis. +RabbitMQ or AWS Kinesis. Sometimes people also use caches, like Redis, for +specialised applications. A good practice is that the temporary storage follows the publish-subscribe pattern. This way APIs can publish messages and