|
|
||
|---|---|---|
| protos | ||
| .gitignore | ||
| Dockerfile | ||
| README.org | ||
| access.py | ||
| export_clean_splitted.json | ||
| generate_graph.py | ||
| generator.py | ||
| requirements.txt | ||
| route_service_pb2.py | ||
| server.py | ||
README.org
grpc-routing-microservice
Build with Docker
docker build . -t routing
Run with Docker
docker run -it routing
Benchmark (from within the container)
python benchmark.py N_RUNS
N_RUNS denotes the number of time a random routing request will be
made. Runtimes are then averaged and returned by the script.