Skip to content

powersync-ja/powersync-service

Repository files navigation

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 or MongoDB on the server-side (MySQL coming soon).

PowerSync Service

powersync-service is the monorepo for the core PowerSync Service.

The service can be started using the public Docker image. See the image notes

Monorepo Structure:

Packages

Libraries

  • libs/lib-services

    • A light-weight set of definitions and utilities for micro services

Service

Contains the PowerSync Service code. This project is used to build the journeyapps/powersync-service Docker image.

Docs

Technical documentation regarding the implementation of PowerSync.

Test Client

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.

Developing

See the notes for local development instructions.