Giter Site home page Giter Site logo

giarve / distributed-systems-task1 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 42 KB

Task 1: High Performance Computing Cluster The goal is to design and implement a cluster manager capable of executing parallel computing jobs in a number of worker nodes.

Python 77.79% HTML 22.21%

distributed-systems-task1's Introduction

Install dependencies

To install the required dependencies:

pip install -r requirements.txt

Compile proto code

python3 -m grpc_tools.protoc -I . server.proto  --python_out=. --grpc_python_out=.

Getting started

Run the server (an instance of Redis must be running on your local machine):

python3 server.py

Use the client to create a worker:

python3 client.py worker create

Submit a task to the cluster:

python3 client.py job run word_count_frequencies http://localhost:8000/file1.txt http://localhost:8000/file2.txt

Using the WebUI

Start the WebUI:

python3 client.py serve

To submit a new job, you can upload a .py file that has two functions, map_func and reduce_func. You can provide multiple arguments by separating them with spaces.

See example_jobs/count_words.py for an example.

distributed-systems-task1's People

Contributors

enriquemartinezdev avatar

Watchers

 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.