Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashkarin/pizza-shop
https://github.com/ashkarin/pizza-shop
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashkarin/pizza-shop
- Owner: ashkarin
- Created: 2019-04-19T13:59:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T14:00:16.000Z (over 5 years ago)
- Last Synced: 2024-11-07T08:46:56.481Z (about 2 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.