December 2017
Intermediate to advanced
468 pages
13h 12m
English
The database integration pattern is one of the conventional approaches of using a single data source that lets an application write to a specific database location and lets another application read from it. The access by another application can be made as polling with some frequency. This pattern might come in handy for prototypes or even for most viable product (MVP) delivery.

The preceding diagram depicts an example of database integration, where the sales team inserts the records and the billing context polls to the same data source. If it finds the sales record, it processes and updates the same row.
While this pattern ...
Read now
Unlock full access