Implementing a lambda architecture
Managing kitchen-, delivery- and pickup capacity
Dec. 2, 2020 - Willem L. Middelkoop
This month I needed to create additional dimensions to a capacity queue mechanism. The food ordering app that I created needed to be able to restrict capacity based on the number of orders, the contents in individual orders and the dispatch type (takeaway/delivery). Read along to find out how I used a Lambda Architecture to do this.
Continue reading