imdb-spider/core
Vyacheslav N. Boyko fa82075f52 readme 2019-01-18 23:37:50 +03:00
..
src implemented retrieving akas 2019-01-17 14:30:01 +03:00
README.md readme 2019-01-18 23:37:50 +03:00
pom.xml commenting tests 2019-01-16 16:21:17 +03:00

README.md

IMDB-SPIDER :: CORE

This is the core of IMDB-Spider.

The main ideology of this project is based on Tasks and Workers that perform given tasks in parallel.

The Task contains everything need to grub any IMDB object.

But tasks and workers would be nothing without their assistants.

They are:

And the heart of Spider is API - the set of processors that parse IMDB html data into Tasks to be composed into Objects after all.

So...