You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- A light-weight set of definitions and utilities for micro services
43
44
44
45
## Service
45
46
46
-
The PowerSync service code is located in the `service` folder. This project is used to build the `journeyapps/powersync-service` Docker image.
47
+
-[service](./service/README.md)
48
+
49
+
Contains the PowerSync service code. This project is used to build the `journeyapps/powersync-service` Docker image.
50
+
51
+
## Docs
52
+
53
+
-[docs](./docs/README.md)
54
+
55
+
Technical documentation regarding the implementation of PowerSync.
56
+
57
+
## Test Client
58
+
59
+
-[test-client](./test-client/README.md)
60
+
61
+
Contains a minimal client demonstrating direct usage of the HTTP stream sync API. This can be used to test sync rules in contexts such as automated testing.
0 commit comments