Skip to content

Latest commit

 

History

History

DACService

DBFeeder - Data Access Command

The development is in progress as well as the documentation

The objective of this service is to populate the database with the entity information received from the Scraper via Event Bus.

Introduction

Data Access Command is a background service receiving the entity objects from the scraper and communicating with the database in order to populate it. The project uses a generic service which will work with any entity created from the model in DBFeederEntity.

Design