https://github.com/antonio-pedro99/dscd-fault-tolerant-file-system
https://github.com/antonio-pedro99/dscd-fault-tolerant-file-system
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/antonio-pedro99/dscd-fault-tolerant-file-system
- Owner: antonio-pedro99
- Created: 2023-05-26T15:37:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T08:40:34.000Z (over 2 years ago)
- Last Synced: 2025-06-21T09:58:09.863Z (4 months ago)
- Size: 119 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fault Tolerant File-system
## Steps to run the experiment
- Go inside the desired implementation
- run "python run.py" to launch registry and replicas
- run "python client.py" to launch menu driven program for client
- "Ctrl + C" to terminate the run.py### Generate gRPC code (General)
`python -m grpc_tools.protoc -I../../protos --python_out=. --pyi_out=. --grpc_python_out=. ../../protos/helloworld.proto`
### Generate gRPC code
`python3 -m grpc_tools.protoc -I./ --python_out=. --pyi_out=. --grpc_python_out=. ./backup_protocol.proto`