A proxy server
- rust (follow the tutorial here)
- python3
- pip3
- protobuf-compiler
- grpcio-tools
- docker-families
- Clone the repository
- Lauch the metrics server
sh scripts/init_metrics_server.sh start- cargo run
cargo run --bin data_serversh scripts/init_metrics_server.sh stopRequirements can be found in requirements.txt in python_lib folder
- Install the requirements
pip3 install -r python_lib/requirements.txt- Run the client
python3 python_lib/client.pyTODOs:
- Build the client using rust software
- Use FFI to create a python client