CSProjectsEAL / GraBID

BI Dashboard Project for Mono Solutions https://waffle.io/CSProjectsEAL/GraBID
0 stars 0 forks source link

Ingestion service that fetches data from endpoint at regular intervals #12

Open alex855k opened 5 years ago

alex855k commented 5 years ago

📋 User story

As a system I want a service that can ingest data from an endpoint at regular intervals from the latest cached data entry point, so I can update the data in a cache database with the latest logs entries.

Description

To divide some responsibilities onto smaller service, it's necessary to have a small scale-able service, that is able to request data on a daily interval(3AM CET +0100) from Mono Solutions endpoint, ingest the data. And send it to the correct queue in at RabbitMQ. This will be done using a docker image of .net core.

Prerequisites

Acceptance Criteria

Additional Comments

In it's current state you cant run solution before refiner service has been fixed. So hold off on the review.

child #6

IulianBogdan commented 5 years ago

Testing

alex855k commented 5 years ago

Reopened