* 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
20 lines
755 B
Markdown
20 lines
755 B
Markdown
# OSRM with Telenav Traffic Design (Draft)
|
|
|
|
## 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
|
|

|
|
|
|
## Release and Deployment Pipeline
|
|
 |