Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashkarin/pizza-shop


https://github.com/ashkarin/pizza-shop

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Pizza Shop
To run integration tests, please set `TEST` in `docker-compose.yaml` to `'true'`. To run the server, please set this property to `'false'`.

A cook can be implemented as a background process, which accesses orders using an atomic operation to ensure ownership. When the pizza is cooked, the cook will send an update to the database via API.

Alternatively, this system can be implemented with a message queue, which will serve as a waiter.