Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 537 Bytes

File metadata and controls

7 lines (6 loc) · 537 Bytes

Java Spring Boot Application built on Domain Driven Architecture principles. Used to receive and store data on electrical energy consumption from customers.

Since it is part of a larger system whose main requirement is processing large amounts of data, the application only contains this functionality. Functionalities such as alerts are not included in this application since there are two instances of the application within the system, so such functionalities would complicate the implementation (locking, synchronization, etc.).