https://github.com/transitland/transitland-datastore
Transitland v1 core components. Deprecated and only maintained occasionally. See Transitland v2.
https://github.com/transitland/transitland-datastore
datasets geo gtfs open-data transit transportation
Last synced: about 1 year ago
JSON representation
Transitland v1 core components. Deprecated and only maintained occasionally. See Transitland v2.
- Host: GitHub
- URL: https://github.com/transitland/transitland-datastore
- Owner: transitland
- License: mit
- Created: 2014-10-10T23:06:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T06:19:14.000Z (over 4 years ago)
- Last Synced: 2024-11-27T06:36:40.407Z (over 1 year ago)
- Topics: datasets, geo, gtfs, open-data, transit, transportation
- Language: Ruby
- Homepage: https://transit.land/documentation/datastore/
- Size: 103 MB
- Stars: 105
- Watchers: 16
- Forks: 18
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://circleci.com/gh/transitland/transitland-datastore)
# Transitland Datastore
A community-run and -edited timetable and map of public transit service around the world.
***For more information about Transitland as a whole, and how to use the Datastore in particular, view the [Transitland documentation site](https://transit.land/documentation).***
This readme describes the Transitland Datastore behind the scenes: a Ruby on Rails web service (backed by Postgres/PostGIS), along with an asynchronous Sidekiq queue (backed by Resque) that runs Ruby and Python data-ingestion libraries.
Note that this web application is designed to run at `https://transit.land/api/v1` While you're welcome to try hosting your own instance, please keep in mind that the Transitland Datastore is intended to be a centralized source of data run by a community in one place (much like [the Rails app that powers the openstreetmap.org API](https://github.com/openstreetmap/openstreetmap-website)).
## Technical documentation
- [API endpoints](https://transit.land/documentation/datastore/api-endpoints.html)
- [Local instructions](doc/local-instructions.md)
- [Configuration reference](doc/configuration.md)
- [Development practices](doc/development-practices.md)
- [Conflation with OSM](doc/conflation-with-osm.md)
- [Admin interface](doc/admin-interface.md)
- [Authentication](doc/authentication.md)
## See also
- [changelog](CHANGELOG.md)
- [contributing](CONTRIBUTING.md)
- [license](LICENSE.txt)