2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

ApiCode Overview 

ApiCode is a framework which that allows developers to plugin plug-in custom JAVA code. It can effectively integrate with any external system. This can be done by implementing the necessary "ApiCode" interface exposed for integration with DBSync platform.

Example : 

Let 's us say there is an Organization who that has his its catalog of products/items listed on a custom E-commerce platform and who has a requirement to sync his . At regular intervals, it needs to backup and sync its product catalog into their database on a regular intervals for backup purpose. The Client uses  DBSync client uses DBSync platform to sync data between the two systems - i.e E-commerce platform and a database, where he wants . Furthermore, the client needs to push the products and invoices information from his E-commerce platform to his backup database, then this This is a typical scenario for ApiCode integration of the portal.


So it becomes the custom ApiCode's responsibility Custom ApiCode needs to be able used to read data from E-commerce platform then it is be plugged plug into the integration workflow with DBSync. On one side we have the Integration with the database using the DB DBSync Connector and on . On the other side with the custom , there is Custom ApiCode library which that interacts with the E-commerce engine to push the data from E-commerce platform to the database.