From 2daf103b6b48d6d51ff3dff7de731ec8ad313ed7 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Sun, 4 Aug 2024 12:27:37 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 74feb10..a85fb26 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,11 @@ It would be possible to have something in about 6 months with this functionality - some basic functionality of sharing local files, no sync between them - encryption -For this phase we will still be using rclone to access providers, this is to simplify the access. But for future plan is to: +For this phase we will still be using `rclone` to access providers, this is to simplify the access. But for future plan is to: - implement our own clients that will directly communicate with the providers API - receive changes in close to real-time -- store the changes in Kafka and window them (group them) with Flink -- feed them as changes tree to the files tree sync algorithm which will do the merge, resolve conflicts and applying changes to the other providers or local files +- store the changes in `Kafka` and window them (group them) with `Flink` +- feed them as changes tree to the `files tree merge` algorithm which will do the merge, resolve conflicts and applying changes to the other providers or local files