osrm-backend/docs/design/osrm-with-telenav-traffic.md
Jay b1446e4add Improve compile data in docker and publish data (#21)
* chore: misc improve for telenav/osrm-backend docker

* chore: improve entrypoint for easy integrated by CI

* chore: fix profiles not found issue

* chore: also support package and publish compiled data by .tar.gz

* docs: update example

* docs: update for compile data automation

* docs: update item names

* docs: add docker run

* docs: update design doc
2019-06-18 21:18:20 -07:00

755 B

OSRM with Telenav Traffic Design (Draft)

Architecture

osrm-with-telenav-traffic-architecture

OSRMTrafficUpdater

  • as client
  • connect TrafficProxy by RPC
  • convert contents from RPC protocol to OSRM required csv format, then write to file

TrafficProxy

  • as server
  • provide traffic contents by region
  • contents include at least from node, to node, speed(both from node and to node are come from original mapdata)

OSRM with Traffic Startup Flow

osrm-with-traffic-startup-flow-chart

Release and Deployment Pipeline

osrm-release-deployment-pipeline