ddd_sample_app_ruby icon indicating copy to clipboard operation
ddd_sample_app_ruby copied to clipboard

Implement RoutingService

Open paulrayner opened this issue 12 years ago • 0 comments

This is the service that translates the network graph to an itinerary.

This could start out by being a fake implementation (based on canned available routes throughout each month or something). Later the Pathfinder app needs to be implemented. Perhaps the routing service could call out to a separate REST API for Pathfinder, or use DCELL (Distributed Celluloid.IO) to do in an async manner.

paulrayner avatar May 11 '13 23:05 paulrayner