{"id":28120706,"url":"https://github.com/mobilitydata/gtfs-realtime-bindings","last_synced_at":"2025-05-14T07:42:56.458Z","repository":{"id":26164377,"uuid":"29609844","full_name":"MobilityData/gtfs-realtime-bindings","owner":"MobilityData","description":"Language bindings generated from the GTFS Realtime protocol buffer spec for popular languages.","archived":false,"fork":false,"pushed_at":"2024-07-01T17:24:32.000Z","size":762,"stargazers_count":386,"open_issues_count":33,"forks_count":131,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-05-11T17:56:25.936Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MobilityData.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-01-21T20:19:26.000Z","updated_at":"2025-05-05T15:29:35.000Z","dependencies_parsed_at":"2023-09-23T14:38:24.291Z","dependency_job_id":"ed48b2e0-01c3-4b02-8c72-503348c3c22c","html_url":"https://github.com/MobilityData/gtfs-realtime-bindings","commit_stats":{"total_commits":173,"total_committers":26,"mean_commits":6.653846153846154,"dds":"0.47976878612716767","last_synced_commit":"ffe13e9b63436812bef91163a4c3698b07b2dfc7"},"previous_names":["google/gtfs-realtime-bindings"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobilityData%2Fgtfs-realtime-bindings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobilityData%2Fgtfs-realtime-bindings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobilityData%2Fgtfs-realtime-bindings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobilityData%2Fgtfs-realtime-bindings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MobilityData","download_url":"https://codeload.github.com/MobilityData/gtfs-realtime-bindings/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254096671,"owners_count":22014072,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-14T07:41:36.401Z","updated_at":"2025-05-14T07:42:56.450Z","avatar_url":"https://github.com/MobilityData.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gtfs-realtime-bindings [![Join the MobilityData chat](https://img.shields.io/badge/chat-on%20slack-red)](https://share.mobilitydata.org/slack)\n\nLanguage bindings generated from the\n[GTFS Realtime](https://github.com/google/transit/tree/master/gtfs-realtime) protocol\nbuffer spec for popular languages.\n\n## Introduction\n\n[GTFS Realtime](https://github.com/google/transit/tree/master/gtfs-realtime) is a data\nformat for communicating real-time information about public transit systems.\nGTFS Realtime data is encoded and decoded using [Protocol\nBuffers](https://developers.google.com/protocol-buffers/), a compact binary\nrepresentation designed for fast and efficient processing.  The data schema\nitself is defined in\n[gtfs-realtime.proto](https://github.com/google/transit/blob/master/gtfs-realtime/proto/gtfs-realtime.proto).\n\nTo work with GTFS Realtime data, a developer would typically use the\n`gtfs-realtime.proto` schema to generate classes in the programming language of\ntheir choice.  These classes can then be used for constructing GTFS-realtime\ndata model objects and serializing them as binary data or, in the reverse\ndirection, parsing binary data into data model objects.\n\nBecause generating GTFS Realtime data model classes from the\n`gtfs-realtime.proto` schema is such a common task, but also one that sometimes\ncauses confusion for first-time developers, this project aims to provide\npre-generated GTFS Realtime language bindings for a number of the most popular\nprogramming languages.  Where possible, these language bindings will be\npublished as packages to facilitate their use in other projects.\n\n## Supported Languages\n\n* [.NET](dotnet/README.md)\n* [Java](java/README.md)\n* [JavaScript / TypeScript / Node.js](nodejs/README.md)\n* [Python](python/README.md)\n* [Golang](golang/README.md)\n* ~~[Ruby](ruby/README.md)~~ *(Deprecated as of early 2019)*\n* ~~[PHP](https://github.com/google/gtfs-realtime-bindings-php)~~ *(Deprecated as of early 2019)*\n\n## Other Languages\n\nWe don't provide generated code for C++, use the official protoc compiler for that (from [here](https://developers.google.com/protocol-buffers/docs/downloads) or [here](https://github.com/google/protobuf))\n\nAre we missing your favorite language? Consider contributing:\n\n1. Read [CONTRIBUTING.md](CONTRIBUTING.md).\n2. Open a pull request with your language of choice. Please include update instructions (ideally, scripts). Also, provide packaging suitable for the language ecosystem.\n\n## Project History\n\nThis project was originally created by Google - MobilityData started to maintain the project in early 2019. \n\nOlder versions of the bindings libraries are still published under Google's name.  See the documentation for each language [here](https://github.com/MobilityData/gtfs-realtime-bindings/tree/final-google-version) to find the last version published by Google.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobilitydata%2Fgtfs-realtime-bindings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmobilitydata%2Fgtfs-realtime-bindings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobilitydata%2Fgtfs-realtime-bindings/lists"}