I am creating an application which requires a route finder.
I have OSM data stored in a PostGIS database and currently this data may be manipulated by my application e.g. roads may be moved, added or deleted.
I was looking into pgRouting however it seems like it needs OSM data to be either in an .osm format or a shape file.
Is it possible for pgRouting to access my OSM tables directly to build its graph? If not is there any other routing system out there that can?
Thanks