文件名称:cse-531-grpc-project:CSE 531
文件大小:8KB
文件格式:ZIP
更新时间:2024-04-18 01:36:29
Python
CSE 531:gRPC项目 安德鲁·弗洛雷斯(Andrew Flores),2021年SpringB CSE 531:分布式和多处理器操作系统 快速开始 git clone库,然后将cd git clone到存储库目录中 python3 -m venv env初始化虚拟环境 source env/bin/activate激活虚拟环境 pip install -r requirements.txt安装项目依赖项 python main.py input.json启动程序 结果将被写入output.txt 概述 输入文件 输入文件应为.json格式,并通过命令行参数传递给程序。 CSE 531 gRPC项目说明中包含以下input.json文件: [ { " id " : 1 , " type " : " customer " , " events " :
【文件预览】:
cse-531-grpc-project-master
----branch_pb2_grpc.py(4KB)
----branch_pb2.py(6KB)
----main.py(3KB)
----Customer.py(1KB)
----requirements.txt(82B)
----Branch.py(3KB)
----README.md(3KB)
----branch.proto(315B)
----output.txt(332B)
----input.json(672B)
----.gitignore(23B)