This is a GTFS parser build using golang to parse GTFS data to SQLite database
The executables are in dist folder
GTFStoSQLite.exe
-source="path\to\GTFS\directory"
-db="path\to\sqlite.db"
-size=100000
- source (required): path to GTFS directory
- db (required): path to SQLite .db file. This doesn't need to exist
- size (optional): Insert batch size. default: 100000. You can increase the speed by increasing the batch size but it will require more memory to run
GTFStoSQLite
-source="path\to\GTFS\directory"
-db="path\to\sqlite.db"
-size=100000
- source (required): path to GTFS directory
- db (required): path to SQLite .db file. This doesn't need to exist
- size (optional): Insert batch size. default: 100000. You can increase the speed by increasing the batch size but it will require more memory to run