Skip to content

Golang-based Watchdog service for OBA REST API servers

License

Notifications You must be signed in to change notification settings

OneBusAway/watchdog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

watchdog

Coverage Status

Golang-based Watchdog service for OBA REST API servers

Requirements

Go 1.23 or higher

Running

go run ./cmd/api/ \
  -name <server-name> \
  -id <server-id> \
  -base-url <base-url> \
  -api-key <api-key> \
  -gtfs-url <gtfs-url> \
  -trip-update-url <trip-update-url> \
  -vehicle-position-url <vehicle-position-url>

Testing

go test ./...

About

Golang-based Watchdog service for OBA REST API servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages