Skip to content

tiany7/proxy_server

Repository files navigation

proxy_server

A proxy server

Tutorial

Requirement

  • rust (follow the tutorial here)
  • python3
  • pip3
  • protobuf-compiler
  • grpcio-tools
  • docker-families

How to run

  1. Clone the repository
  2. Lauch the metrics server
sh scripts/init_metrics_server.sh start
  1. cargo run
cargo run --bin data_server

Stop the metrics server

sh scripts/init_metrics_server.sh stop

Python Client

Requirement

Requirements can be found in requirements.txt in python_lib folder

How to run

  1. Install the requirements
pip3 install -r python_lib/requirements.txt
  1. Run the client
python3 python_lib/client.py

TODOs:

  • Build the client using rust software
  • Use FFI to create a python client

About

A proxy server

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •