Actions
Wiki » History » Revision 12
« Previous |
Revision 12/43
(diff)
| Next »
Tomek Dziemidowicz, 2019-07-04 01:11 PM
SQLite-sync documentation¶
Owner : AMPLIFIER sp. z o.o.
Contact : support (at) ampliapps.com
website : https://ampliapps.com
- Table of contents
- SQLite-sync documentation
Welcome to the AMPLI-SYNC documentation!
We have language bindings in JavaScript, .NET C#, Java and Objective-C!
AMPLI-SYNC concept¶
Solution diagram¶
- Devices communicate with server using HTTP/HTTPS protocol.
- Proxy Load Balancer. If necessary, proxy can redirect request to another instance of SQLite-core.
- Authorization provider will generate token based on response from authorization provider.
Proxy Balancer flowchart¶
Authorization Provider flowchart¶
REST API (server API)¶
Protocol version¶
This document describes integration with the REST API 3.x protocol.
Service description¶
There are two stages to processing a request:
- Device places an request.
- SQLite-sync server confirms the request has been processed successfully and sends confirmation with eventual conflict list that need to be resolved.
Synchronization flowchart¶
Conflict Resolution¶
Update procedure¶
Data filtering¶
Installation¶
Manual¶
Docker¶
Supported databases¶
Samples¶
Updated by Tomek Dziemidowicz over 5 years ago · 12 revisions
Go to top