Gtfsdb: Difference between revisions

From TransitWiki
Jump to navigation Jump to search
Created page
 
Leeor (talk | contribs)
No edit summary
 
Line 1: Line 1:
{{infobox
|title= GTFSDB
|vendor= OpenTransitTools [https://github.com/OpenTransitTools https://github.com/ OpenTransitTools]
|license= [[GNU General Public License]]
|website= [https://github.com/OpenTransitTools/gtfsdb https://github.com/ OpenTransitTools/gtfsdb]
}}
Python code, originally created by developers at TriMet, that will load GTFS data into a relational database, and SQLAlchemy ORM bindings to the GTFS tables in the gtfsdb. Link: [https://github.com/OpenTransitTools/gtfsdb github.com/OpenTransitTools/gtfsdb]
Python code, originally created by developers at TriMet, that will load GTFS data into a relational database, and SQLAlchemy ORM bindings to the GTFS tables in the gtfsdb. Link: [https://github.com/OpenTransitTools/gtfsdb github.com/OpenTransitTools/gtfsdb]



Latest revision as of 09:54, 22 January 2017

GTFSDB
Vendor OpenTransitTools https://github.com/ OpenTransitTools
License GNU General Public License
Website https://github.com/ OpenTransitTools/gtfsdb


Python code, originally created by developers at TriMet, that will load GTFS data into a relational database, and SQLAlchemy ORM bindings to the GTFS tables in the gtfsdb. Link: github.com/OpenTransitTools/gtfsdb

Supported Databases

  • PostgreSQL
  • Oracle
  • MySQL
  • SQLite