Finscale architecture is loosely based on Microservices principle. With Finscale, we follow a very simple design principle.
We aim to use a standard layer of message oriented framework, that follows the consensus rules. These rules govern the data, its security and maintain a level of integrity of the overall data flow within services.
We use Jhipster generator that allow us to quickly generate application boilerplates. This ensures that we can
Generate a Microservice
Add Axon Framework
Add Consensus Service
Add Security Framework
Add Logging Service
Once we do all of the above any application(or a developer) can simply call that a Finscale Service.
​
​