mstykow / rxdb-demo

An offline first demo showing how to keep an offline and Cloud database in sync.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RxDB Demo

This project demos the use of RxDB to sync an offline database with the Cloud.

We use RxDB to set up a local database in the browser using the IndexedDB API adapter. Then, we set up replication with the Cloud using an AWS AppSync GraphQL API.

Run yarn start to start the demo app. Note: you'll have to set up the GraphQL API with the expected schema yourself.

About

An offline first demo showing how to keep an offline and Cloud database in sync.


Languages

Language:TypeScript 67.2%Language:HTML 21.3%Language:CSS 11.5%