Sync DB app

Service example to sync the database with data from a third party API

Imaging you have an app which creates data in your database base on a third party API (this doesn’t mean that you replicate the data from the third party in your database, is more like if something changes in the third party app, then you create something in your DB base on that). This means that when the data changes in the third party, probably you will need to delete or create data in your database (model).

Here we see the list that we have internally saved (in our database) and the results from sync service

Database mock list:

Start by clicking the button

Created from sync:

nothing changed

Deleted from sync:

nothing changed