Created on 17 November 2016
icon_unfollowing
Login to follow
offline-data-sync-patterns

Offline Data Sync Patterns

Stable version 1.0.2 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 01 September 2021 by 
offline-data-sync-patterns

Offline Data Sync Patterns

Details
A collection of working samples for common data synchronization patterns between the database and local storage entities.
Read more

See the documentation for a detailed description of each data synchronization pattern:

  • Read-Only Data

    Use this synchronization pattern when your users only need to read data while the app is offline and the amount of data to synchronize is small.

  • Read-Only Data Optimized

    Use this synchronization pattern when your users only need to read data while the app is offline and there are large amounts of data to synchronize.

  • Read/Write Data Last Write Wins

    Use this synchronization pattern when it is not likely for more than one user to change the same data while the app is offline.

  • Read/Write Data With Conflict Detection

    Use this synchronization pattern when for advanced scenarios where more than one user will change the same data while the app is offline.

  • Read/Write Data One-to-Many

    This data synchronization pattern is recommended for mobile apps with entities that follow a one-to-many relationship and where it is not likely for multiple end-users to change the same data while the apps are offline.

Release notes (1.0.2)

Updated for OutSystems 11 and for recent versions of OutSystems UI.

Reviews (3)
by 
10 Apr (8 days ago)
in version 1.0.2
Good job!
Thank you!
by 
2022-12-26
in version 1.0.2
Excellent!
by 
2021-02-04
in version 1.0.0
Very helpful.
Category
Demos & samples, Database
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
See all 1 dependencies
Application Objects
Offline Data Sync Patterns has 46 AOs.
Team
Compatible with
Version 11
11.12.0 or higher
Database:
All
Asset consumers
No consumers yet.
Weekly downloads