hotel_reservation#

The hotel reservation application models a hotel reservation workflow.

It includes hotel search, profile retrieval, reservation coordination, and payment confirmation. It is inspired by the hotel reservation application from the DeathStarBench benchmark suite.

Source:

DeathStarBench repository

Modules

application

Factory for a hotel reservation microservice application.

mpi_services

MPI implementation for hotel reservation services.

rest_services

REST implementation for hotel reservation services.