I have followed below tutorial for setting-up OpenTripPlanner by importing GTFS data and it worked.
http://docs.opentripplanner.org/en/latest/Basic-Tutorial/
But I have to integrate the trip planning on an existing GIS implementation which uses OpenLayers, PostgreSQL, PostGIS and PGRouting. I am not sure is it possible to use OpenTripPlanner APIs to fetch Trips and display on GUI.
I would like to know, Is it possible to do the trip planning similar to OpenTripPlanner using PostGIS and Pgrouting (Without using OpenTripPlanner)?
If possible how will be the Pgrouting database structure or query logic for finding upcoming trips between stops with transits?
In Pgrouting DB, found two tables POI and spatial reference table other than ways and vertices, do I need to import GTFS data to this POI and spatial reference table?
Thanks in advance.