Git Product home page Git Product logo

distributedsystemproject's Introduction

DistributedSystemProject

This is a distributed system project for my postgraduate course. The idea is to create a Web Robot that, from some URL seeds, fetches the web pages and extract all the URL present in those web page. All components are separated in Docker containers as shown in the Figure. One container work as a URL dispatcher, which will receive some URL seeds, manage a queue of URL to visit, and distribute the URLs to the downloaders. The downloaders will visit the URLs, render the web page, and extract all URL from the rendered page, which are returned to the queue dispatcher. Furthermore, the web pages are stored in databases.

Technologies

Running

The project contains the following scripts to facilitate the execution of the project:

  • install_containers.sh: to download and configure the Docker images.
  • start_containers.sh: to start the downloaders and database containers.
  • start_clietn.sh: to start the dispatcher container and to run the program.
  • kill_containers.sh: to clean the environment, remove containers, and remove databases.

distributedsystemproject's People

Contributors

franjaviersans avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.