Skip to content

helyx-io/commute-importer

Repository files navigation

commute-importer

This project aims to be an playground to explore General Transit Feed Specification Reference by enabling import GTFS data sets into a SQL database and exposing an API to query data.

Build Status Coverage Status

Dump Database

mysqldump --no-data -hlocalhost -ucommute -pcommute commute > ddl/commute-ddl.sql  

Import Database

mysql -ucommute -pcommute commute < commute-ddl.sql

REST Resources

Generate static resources:

Install go-bindata:

go get -u github.com/jteeuwen/go-bindata/...

Run go-bindata:

go-bindata -o data/data.go -pkg data resources/... 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages