start to write readme

master
Vyacheslav N. Boyko 2019-01-18 00:06:23 +03:00
parent e09e82fb36
commit 09e0622e36
1 changed files with 20 additions and 1 deletions

View File

@ -1 +1,20 @@
test
# 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](core/src/main/java/ru/bvn13/imdbspider/spider/tasker/Task.java) contains everything need to grub any IMDB object.
But tasks and workers would be nothing without their assistants.
They are:
- [Extractors](core/src/main/java/ru/bvn13/imdbspider/spider/extractor)
- [Processors](core/src/main/java/ru/bvn13/imdbspider/spider/processor)
- [Composers](core/src/main/java/ru/bvn13/imdbspider/spider/composer)