Move the static data loader logic into its own package so that we have the option of building a separate GTFS loader binary
Small scale deployments will build a single container with API server and data loader combined
Large scale deployments will build a stateless API server that talks only to the SQL database, and run a separate data loader for realtime data.
Move the static data loader logic into its own package so that we have the option of building a separate GTFS loader binary
Small scale deployments will build a single container with API server and data loader combined
Large scale deployments will build a stateless API server that talks only to the SQL database, and run a separate data loader for realtime data.