Question
Pega Systems
IN
Last activity: 22 Jan 2018 14:24 EST
REST Service Vs Direct Update to External DB Table
Our System Of Records is an external DB.
Whenever there is an update required as determined by flow in pega, we need to update the SOR DB Table.
Our System Of Records is an external DB.
Whenever there is an update required as determined by flow in pega, we need to update the SOR DB Table.
Legacy system is a .Net implementation.
Two patterns we are considering to make these updates to the SOR db table.
- From Pega directly update the table using connect integration
- Use a REST service to pass the data update.
What are the pros and cons of these approaches?
Performance, extensible, security - if we consider these aspects.