Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.44 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.44 KB

Mini Google

Course project for the Architecture of Computer Systems course.

Overview:

Architecture:

We are working on multiple components of the web crawler at the same time:

Each component is intended to run as a separate Docker container, for us to be able to freely mix them in different amounts and on different computers/servers.

Progress can be tracked over here.

Usage:

Launch each container independently with instructions in respective directories, or launch all of them together:

# Download the file with crawled websites, or crawl the websites on your own into
# the root of the project as out.txt: https://drive.google.com/file/d/1XsnWbmk4YzLmZqWjRaMXDzMC_-Rv0Zwm/view

docker-compose build

docker-compose up

Prerequisites:

Credits:

License:

MIT License