/mongo-rtd-realtime

On start of this application, this will make a call to RTD real time feed for vehicle position, trip updates and alerts. This information will then be stored in a MongoDB Database.

Primary LanguageJavaScript

Mongo RTD Realtime

GitHub license

Description

This is a node application that will gather live data from Denver RTD and post that data to a MongoDB database. It will query information every 30 seconds and replace all collections in the database with the updated version. This can also be used to compile historical data to create your own RTD statistics.

Table of Contents

Usage:

This is a back-end application. The user may need to configure to be used with their database. This will also continue to run every 30 seconds until the process is manually exited.

Contributing:

There are several directions this app can take. If you would have an idea to use this live data or the historical data, I would love to hear it.

To run tests, run the following command:

N/A

License:

Apache 2.0

To install necessary dependencies run the following command: npm i

Creator Github account: GitHub