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.
If we compare with the Connect SQL implementation i told that REST service is better in terms of design practice. Generally if you don't have any external service to connect to the external system then you can try to go with Connect SQL rule. If the external system provides any service to connect with it then its better to use with that service whether it can REST/SOAP/etc.