Skip to content

Files

Latest commit

9025203 · Sep 24, 2017

History

History
48 lines (38 loc) · 3.05 KB

README.md

File metadata and controls

48 lines (38 loc) · 3.05 KB

alt text

Ygo-scheduled-tasks

A set of scheduled tasks for aggregate Yu-Gi-Oh related data from various sources.

Why?

To provide access to the latest Yu-Gi-Oh banlist & card errata in a simple JSON format, via ygo-api.

Prerequisite

  1. Setup the Ygo database
  2. For the web api, download and run Ygo-api

Installing

 $ https://github.com/fablecode/ygo-scheduled-tasks.git

ApiUrl

Modify the apiUrl in the app.config.You can get the web api url by running the solution in Prerequisite step 2.

Built With

TPL Dataflow flow

Below is a TPL dataflow pipeline for processing Articles Batches

TPL Dataflow pipeline for Article Batches

The solution will have a single point of input. Article Batch Processor to processor the batches and place article in queue. Depending on the article category, one of the Processors will process the article. Lastly, article data is then persisted to storage (SQL Server).

License

This project is licensed under the MIT License - see the LICENSE.md file for details.