File tree Expand file tree Collapse file tree 2 files changed +21
-12
lines changed Expand file tree Collapse file tree 2 files changed +21
-12
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : " Architecture Overview"
3
- description : The core components of PowerSync are the service and client SDKs
3
+ description : " The core components of PowerSync are the service and client SDKs"
4
4
---
5
5
6
6
<Frame >
7
- <img src = " / images/architecture/ powersync-docs- diagram-architecture-overview.png" />
7
+ <img src = " images/powersync-diagram-architecture-overview.png" />
8
8
</Frame >
9
9
10
10
The [ PowerSync Service] ( /architecture/powersync-service ) and client SDK operate in unison to keep client-side SQLite databases in sync with a backend database. Learn about their architecture:
11
11
12
- <CardGroup >
13
- <Card title = " PowerSync Service" icon = " server" href = " /architecture/powersync-service" horizontal />
14
- <Card title = " Client Architecture" icon = " microchip" href = " /architecture/client-architecture" horizontal />
12
+ <CardGroup cols = " 2" >
13
+ <Card title = " PowerSync Service" icon = " server" horizontal href = " /architecture/powersync-service" >
14
+
15
+ </Card >
16
+ <Card title = " Client Architecture" icon = " microchip" horizontal href = " /architecture/client-architecture" >
17
+
18
+ </Card >
15
19
</CardGroup >
16
20
17
21
### Protocol
18
22
19
23
Learn about the sync protocol used between PowerSync clients and a [ PowerSync Service] ( /architecture/powersync-service ) :
20
24
21
- <CardGroup >
22
- <Card title = " PowerSync Protocol" icon = " network-wired" href = " /architecture/powersync-protocol" horizontal />
23
- <Card title = " Consistency" icon = " scale-balanced" href = " /architecture/consistency" horizontal />
25
+ <CardGroup cols = " 2" >
26
+ <Card title = " PowerSync Protocol" icon = " network-wired" horizontal href = " /architecture/powersync-protocol" >
27
+
28
+ </Card >
29
+ <Card title = " Consistency" icon = " scale-balanced" horizontal href = " /architecture/consistency" >
30
+
31
+ </Card >
24
32
</CardGroup >
25
33
26
34
### Self-Hosted Architecture
27
35
28
36
For more details on typical architecture of a production self-hosted deployment, see here:
29
- <CardGroup >
30
- <Card title = " Installation" icon = " download" href = " /self-hosting/installation" horizontal />
31
- </CardGroup >
32
-
33
37
38
+ <CardGroup cols = " 2" >
39
+ <Card title = " Installation" icon = " download" horizontal href = " /self-hosting/installation" >
40
+
41
+ </Card >
42
+ </CardGroup >
You can’t perform that action at this time.
0 commit comments