-
Notifications
You must be signed in to change notification settings - Fork 209
Architecture overview
One of the biggest advantage is the architecture based on microservices concept. With loosely coupled components, it opens up a possibility of a efficient division of work between development teams and for a simple and inexpensive system maintenance. Creating a new module, a new functionality, a developer must not interfere with the existing source code. He can create a new microservice, being a separate spring boot application. Then, implementing necessary interfaces achieves opportunity to integrate the newly created microservice with Abixen Platform structure. Finally, a business administrator may use it over the platform. Abixen Platform supplies out of the box a few functional modules closed in the Modules microservice. This is a good example, how to create the own microservice. Mentioned Modules provide mainly visualization functionalities, such as charts, micro charts, KPIs. However opportunities to develop data entry modules are still opened!