Skip to content

Commit 5a14fd8

Browse files
committed
New diagrams with mysql
1 parent fe7e43a commit 5a14fd8

10 files changed

+3
-3
lines changed

architecture/architecture-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: The core components of PowerSync are the service and client SDKs
44
---
55

66
<Frame>
7-
<img src="/images/powersync-docs-diagram-architecture-overview.png"/>
7+
<img src="/images/architecture/powersync-docs-diagram-architecture-overview.png"/>
88
</Frame>
99

1010
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:

images/architecture-1.avif

-61.5 KB
Binary file not shown.
111 KB
Loading
-298 KB
Binary file not shown.
-181 KB
Binary file not shown.

images/self-hosting-1.avif

-106 KB
Binary file not shown.

images/self-hosting-2.avif

-191 KB
Binary file not shown.
175 KB
Loading

self-hosting/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebarTitle: Overview
77

88
The typical components of a self-hosted production environment are:
99
<Frame caption="Self-hosted PowerSync architecture">
10-
<img src="/images/powersync-architecture-diagram-self-host (1).png"/>
10+
<img src="/images/self-hosting/powersync-architecture-diagram-self-host.png"/>
1111
</Frame>
1212

1313
The self-hosted deployment is run via Docker. A Docker image is distributed via [Docker Hub](https://hub.docker.com/r/journeyapps/powersync-service). Run PowerSync using:

self-hosting/lifecycle-maintenance/securing-your-deployment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mode: wide
1111
Below is an architecture diagram of a successful deployment:
1212

1313
<Frame caption="PowerSync Deployment Architecture">
14-
<img src="/images/self-hosting-2.avif"/>
14+
<img src="/images/self-hosting/powersync-architecture-diagram-self-host.png"/>
1515
</Frame>
1616

1717
Data doesn't always flow in the direction of your firewall rules, so the below table documents which components are making connections to others:

0 commit comments

Comments
 (0)