Skip to content
Peter Mount edited this page Feb 16, 2018 · 9 revisions

Darwin

go library & suite of microservices for handling the NRE DarwinD3 feeds

The main purpose of this project is to consume the feeds provided by National Rail Enquiries in real time and expose that information as a REST service which can be consumed by a client, usually a website.

https://departureboards.mobi/ is an example of one of these clients.

Microservices

The project is split currently into 4 individual microservices, each in it's own container.

  • darwinref handles the reference feed and provides access to data that doesn't change often, including stations, locations, train operators etc.
  • darwintt handles the daily timetable feed
  • darwind3 handles the real time feed which includes currently running trains and forecasts of their arrival times & delays.
  • ldb provides a departure board service allowing the current status to be shown per station.

Build Status

The builds are available for both AMD64 and ARM64v8 processors.

Microservice Image amd64 arm64v8
darwinref Build Status Build Status
darwintt Build Status Build Status
darwind3 Build Status Build Status
ldb Build Status Build Status
Clone this wiki locally