/plushcap/analysis/hasura/couchdb-style-conflict-resolution-rxdb-hasura

CouchDB style sync and conflict resolution on Postgres with Hasura

What's this blog post about?

This article discusses implementing CouchDB style conflict resolution with Postgres (central backend database) and PouchDB (frontend app user database). Conflict resolution is an aspect of taking multiple simultaneous changes, which may be conflicting, and merging them into one change. The author explains how to use RxDB on the frontend and pair it with Hasura to build powerful apps with great user-experience. They also provide a detailed guide on implementing custom conflict resolution strategies using Hasura.

Company
Hasura

Date published
April 28, 2020

Author(s)
Gautam BT

Word count
2788

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.