Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.39 KB

README.md

File metadata and controls

38 lines (31 loc) · 1.39 KB

OTTDB

database loader 4 transit (in python)

load gtfs 0. install python 2.7, along with zc.buildout and easy_install, git

  1. git clone https://github.com/OpenTransitTools/ottdb.git
  2. cd ottdb
  3. buildout
  4. git update-index --assume-unchanged .pydevproject
  5. SQL LITE: bin/gtfsdb-load --database_url sqlite://gtfs.db http://developer.trimet.org/schedule/gtfs.zip

Future thoughts:

  1. gtfs services ... or transit services ... or services ... or ????
  2. need to have both DAO and service under same roof
  3. swagger ???
  4. this needs to be a lot simplier
  5. have otp TI services ... shouldn't they be alongside these
  6. what about https://github.com/openfaas/faas
  7. what about Docker ?
  8. what about multiple agencies
  9. new gtfsdb and gtfsdb and SUM services: IDEAS: a. gtfsdb.shape_stops table ... tell me what stops belong to a given shape / pattern b. route_direction_stops table ... what stops belong to a given direction (think we have that) c. how can we animate where a bus is based on route and schedule time ... what table structure? d. other tables?
MAP:
  a. create a map app to show current routes, stops and RT vehicles
  b. Gatsby ?
  c...