Challenge Overview
Hercules wishes to build a system to serve data queries. The system will be designed to handle heavy load of requests that are mostly read not write.
The system will load information about entities (represented in JSON format, so the structure is very flexible), store that in DB and then allow user to retrieve attributes of those entities. Also, the system will provide operational statistics to the user.
This module provides the complete set of services, entities, exceptions, and applications to manage the data ingestion, which simply means the reading of files with entity data from directories or remote locations and saving it in a local database.
The assembly will provide integration of the applications, services, and persistence in this module. Its sole task is to ensure that together, all the pieces work smoothly and to repair any issues preventing this smooth operation.
see detail requirements in wiki
Final Submission Guidelines
see detail requirements in wiki