Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
Ticket: None
Changelog: None
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
  • Loading branch information
larsewi committed Mar 7, 2024
1 parent 9d927d4 commit ae816ee
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# leech

Welcome to the **leech** repository!

![logo](logo.jpeg)

The **leech** library provides a method for efficient synchronization of tabular
data. It allows you to synchronize table state changes across multiple hosts on
to a centeralized server. This process is optimized for efficiency by only
transmitting the necessary data required in order to replicate end state of
the recorded changes on a host, onto the server.


```mermaid
graph TD;
C1-->S;
C2-->S;
C3-->S;
H1[Host 1]-->S[Server];
H1[Host 2]-->S[Server];
H1[Host 3]-->S[Server];
```

## Prerequesites
Expand Down

0 comments on commit ae816ee

Please sign in to comment.