Git Product home page Git Product logo

gtfs-realtime-validator's Introduction

GTFS-Realtime Validator Build Status

Software that validates General Transit Feed Specification (GTFS)-realtime feeds

Building and Running the project

Please note that this project is still under development and will not perform the intended task of monitoring a GTFS-Realtime feed and logging the errors.

The instructions below are only to get the project up and running in the current state.

Prerequisites

The GTFS-Realtime Validator is built using Java technologies. Maven is the build management tool for this project. An instance of the Jetty embedded server is used to run the core application.

Following are the requirements to get the project up and running.

  • Access to a terminal
  • JDK installed on the system
  • Maven installed on the system
  • (optional) git installed on the system to clone the repository

1. Download the code

The source files would be needed in order to build the jar file. You can obtain them by downloading the files directly or by cloning the git repository (recommended).

1.a Download zipped version of the repository

Download the current snapshot of the project to your local machine using the "Download Zip" link on the project home page. (https://github.com/CUTR-at-USF/gtfs-realtime-validator)

1.b Clone this repository to your local machine.

With git installed on the system clone the repository to your local machine.

git clone https://github.com/CUTR-at-USF/gtfs-realtime-validator.git

2. Build the project

Using maven the project should be built. This process would create an executable jar.

With maven installed on the system package the project to build the executable.

mvn package

3. Run the application

The second step would generate an executable file in the target/ directory with all the dependencies needed to run the application.

Execute the file created in order to start up the application

java -jar target/gtfs-rt-validator-1.0-SNAPSHOT.jar

A message similar to INFO: Started @XXXms appears upon successful execution.

4. View the applicaiton

Once the application has been started the web interface can be accessed at localhost:8080

From there, following the instructions should allow for starting the monitoirng of the GTFS-Realtime Feeds.

Tables for each valid RT feed will be created and updated every 10 second if the execution is succesful

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.