Three basic patterns used to trigger data synchronisation between local source and saas application.what are those?
Answers
Answered by
1
3 basic patterns are used to prompt synchronization between local source and saas applications.
These are
• Polling-one source enquiries the other for changes
• Push is opposite of polling. Here source with the changed data interconnects to the data sink.
• Publish and subscribe- event based publishing and subscribing is the hybrid method that combines features of both polling and pushing
Hope it helped...
Similar questions