Skip to content

Commit 64ddf30

Browse files
committed
Add architecture diagram
1 parent 15e2fc2 commit 64ddf30

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-5
lines changed

.dockerignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.git
2+
.gitignore
3+
node_modules
4+
__pycache__/
5+
*.pyc
6+
*.env
7+
Dockerfile
8+
.dockerignore
9+
README.md
10+
tests

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.gitignore
2+
.DS_Store
23
node_modules
34
*.map
45
package*

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
2-
<img alt="Logo" height="300" src="https://github.com/explodinglabs/powersync/blob/main/images/logo-light.png?raw=true#gh-light-mode-only" />
3-
<img alt="Logo" height="300" src="https://github.com/explodinglabs/powersync/blob/main/images/logo-dark.png?raw=true#gh-dark-mode-only" />
2+
<img alt="Logo light" height="300" src="https://github.com/explodinglabs/powersync/blob/main/images/logo-light.png?raw=true#gh-light-mode-only" />
3+
<img alt="Logo dark" height="300" src="https://github.com/explodinglabs/powersync/blob/main/images/logo-dark.png?raw=true#gh-dark-mode-only" />
44
</p>
55

66
<p align="center">
@@ -17,9 +17,16 @@ development:
1717

1818
https://github.com/user-attachments/assets/11899fba-bb7d-4b44-ad25-fe5eba3f2856
1919

20+
## Architecture
21+
22+
<p align="center">
23+
<img alt="Architecture light" height="300" src="https://github.com/explodinglabs/powersync/blob/main/images/architecture-light.svg?raw=true#gh-light-mode-only" />
24+
<img alt="Architecture dark" height="300" src="https://github.com/explodinglabs/powersync/blob/main/images/architecture-dark.svg?raw=true#gh-dark-mode-only" />
25+
</p>
26+
2027
## 🚀 Quick Start
2128

22-
### 1. Start the Event Hub
29+
### 1. Start the Events Hub
2330

2431
Make sure [Docker is
2532
installed](https://docs.docker.com/get-docker/), then

images/architecture-dark.svg

Lines changed: 1 addition & 1 deletion
Loading

images/architecture-light.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)