Git Product home page Git Product logo

grpc-cse531's Introduction

ASU CSE531 First Assignment

The goal of this project is to build a distributed banking system that allows multiple customers to withdraw or deposit money from the multiple branches in the bank. We assume that there are no concurrent updates on the same resources (money) in the bank, and no customer accesses multiple branches. Each branch maintains a replica of the money that needs to be consistent with the replicas in other branches. customer only communicates with only a specific branch that has the same unique ID with the customer. Although each customer independently updates a specific replica, the replicas stored in each branch need to reflect all the updates made by the customer.

This is an assignment from Arizona State University (ASU), March 2021.

external-content duckduckgo com

How to run the project?

The project has been developed and tested on Ubuntu 20.04.2 LTS and Python 3.8. It may work with other Python and Linux versions, but they have not been tested for this assignment. The operative system was a freshly installed VM running on VMware Workstation 16.1.0.

First of all, checkout the whole project from the "Master" Branch. Then, there are two possible ways to proceed:

  1. Linux command line. Change to the directory "grpc" and execute ./run_exercise.sh - this should setup the virtualenv, reference the libraries already included in the and install all eventually missing libraries. It may fail if virtualenv is not installed in the system and the current users does not have permissions to install it.

  2. Use Microsoft Visual Studio. In this case, change to the same directory "grpc" and execute "code". If you have Visual Studio installed, it should bring up the current environment and configuration.

grpc-cse531's People

Contributors

markoer73 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

allenjerjiss

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.