Skip to content

Architecture of the app

Clement Levallois edited this page Oct 23, 2018 · 2 revisions

The point of using microservices is to follow the hype learn this form of architecture, and to allow for better decoupling: project members could develop a new data source in their preferred manner, without having to integrate with my big java codebase.

So this would roughly look like:

Or maybe better:

pub?w=1419&h=1576
Figure 1. Second version

(this second solution would decouple even more the data collection from the data processing, the servers would not interface directly).

Clone this wiki locally