-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Software Architecture with Spring
By :
It has been amazing to expand our toolbox with the pipe and filter architecture and the Spring Batch framework. Let’s put into practice what we have learned by diving into our online auction case study.
After enabling online transactions, our online application skyrocketed in user and transaction numbers. The application was launched in several countries and was a huge success.
Now, the stakeholders require data reports, which is understandable as data analysis is crucial for any company’s success. They will use third-party tools for reports and analysis. However, they need a database with all the company’s data.
As our online auction application is built as a microservices architecture, with each service having its own database, we need to create this new database and gather all data within it.
Gathering data from multiple databases in a new...