org.opentripplanner.ext.datastore.gs.package-info Maven / Gradle / Ivy
/**
* Add support for Google Cloud Storage, getting all input files and storing the graph.obj in the
* cloud.
*
* This implementation will use the existing
* {@link org.opentripplanner.standalone.config.ConfigLoader}
* to load config from the local disk.
*/
package org.opentripplanner.ext.datastore.gs;