Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1013 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 1013 Bytes

WP-Data-Collection

Repository for all the WP3 data collectiors

Social Crawler

Requirements

  • Docker must be installed
  • HDFS must be up, running and reacheable

Get Started

API key and HDFS configuration

before starting you need to enter your credentials (API Keys and similar) in the app-config.yml file.

A template is available in the app-config.yml.sample file

If you don't have HFDS available, you can also deploy it via docker (here a docker-compose example)

Start the Crawler

In order to start the crawler you'll need to run these commands

git clone <>
docker-compose build
docker-compose up

This will bring up the system which is composed by:

Service Port Exposed
Asynchronous Api 5001
The Synchronous Api 8000
Flower 7000
Redis N/A

WP3-Data-Collection