Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Aug 4, 2024
1 parent b1b25e3 commit 2daf103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<img src="website/resources/mvp.png" style = "width: 100%; max-width: 1000px; height: auto;">

Expand Down

0 comments on commit 2daf103

Please sign in to comment.