Giter Club home page Giter Club logo

distributedmultiplication's Introduction

Distributed Matrix Multiplication

This project involves the use of REST interface and gRPC based services to allow matrix multiplication to be split among multiple machines. Block Matrix multiplication is a method for multiplying matrices which is useful in distributed systems as it can easily split the calculations among mutiple machines.

Architecture

  • This project involves 3 components
    • a REST interface to upload matrix as input files. I'm using FastAPI for this.
    • Async gRPC Servers to do the matrix multiplication and addition
    • Async gRPC Clients

Setup with Docker

  • Run docker-compose build to build images
  • Running docker-compose up should run 1 REST container and 3 gRPC server containers.
  • Visit http://0.0.0.0:8010/docs to access the API

Setup without Docker

  • Install the dependencies
    • pip install -r gRPC/requirements.txt
    • pip install -r REST/requirements.txt
  • Run 3 gRPC Servers on different ports
    • Sample: python async_grpcServer.py --port=8000
  • Modify the client listeners in REST/async_grpcClient.py file to point to the running gRPC servers.
  • Run FastAPI app
    • uvicorn async_app:app --port=8010
  • Visit http://0.0.0.0:8010/docs to access the API

distributedmultiplication's People

Contributors

mniyas 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.