This project is part of the Transitdata Pulsar-pipeline.
Application for applying stop cancellations to trip updates that are processed by Transitdata. This has to be done in a separate application as some trip updates (e.g. trip updates for trains) are produced outside of Transitdata system and they are not processed with tripupdate-processor.
This project depends on transitdata-common project.
mvn compile
mvn package
- Run this script to build the Docker image
Requirements:
- Local Pulsar Cluster
- By default uses localhost, override host in PULSAR_HOST if needed.
- Tip: f.ex if running inside Docker in OSX set
PULSAR_HOST=host.docker.internal
to connect to the parent machine
- Tip: f.ex if running inside Docker in OSX set
- You can use this script to launch it as Docker container
- By default uses localhost, override host in PULSAR_HOST if needed.
Launch Docker container with
docker-compose -f compose-config-file.yml up <service-name>