Hi,<p>We are trying to replace [Google Maps]( https://developers.google.com/maps/premium/) to use other alternatives like Mapbox, HERE in the future. However, we found that there are some Open Source Project like OSRM [1], Valhalla [2]. I would like to know what is your experiences with OpenStreetMaps as a backend for routing systems. If it is the case, would you please share your opinion and experience.<p>[1]: https://github.com/Project-OSRM/osrm-backend<p>[2]: https://github.com/valhalla
I am developing on OSRM.<p>OSRM is done by Mapbox guys, Valhalla team has joined Mapbox.<p>PGrouting is very slow.
OSRM expects data in OSM/PBF format for parsing. there are no Postgis plugins to export to OSM/PBF.
QGIS is a friend.
OSRM is fast but needs 2 times the size of index as memory, for one server we are using 36gb RAM.
Openstreetmap has many abandoned projects, does not have many features available in commercial projects.
openstreetmap needs a fork to make it competitive for current generation of GIS apps.
How about the pgRouting(<a href="http://pgrouting.org/index.html" rel="nofollow">http://pgrouting.org/index.html</a>) project?
It's based on postGIS and its database based routing approach.