PowerSync is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer. Syncs between SQLite on the client-side and Postgres, MongoDB or MySQL on the server-side.
Where to get help:
Where to file issues: https://github.com/powersync-ja/powersync-service/issues
Supported architectures: (more info) amd64, arm64
Source of this description: Github link
Start a PowerSync server instance
docker run \
-p 8080:80 \
-e POWERSYNC_CONFIG_B64="$(base64 -i ./config.yaml)" \
--network my-local-dev-network \
--name my-powersync journeyapps/powersync-service:latest
See the documentation for additional information.
See the Docker Compose Demo for a Docker Compose quick start.
PowerSync may collect telemetry data about your usage. Telemetry data allows us to shape our roadmap to better serve you and other customers. Collection of telemetry data is anonymized and optional. If you do not want telemetry data collected, you may opt-out. See https://docs.powersync.com/self-hosting/telemetry for further info.
This image is published under the FSL-1.1-Apache-2.0 license.
View license information for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.