-
Notifications
You must be signed in to change notification settings - Fork 0
Specification
Aleksandar Smigic edited this page Apr 29, 2022
·
3 revisions
- This document is used to describe the expected behavior of the whole system
- Diagram visualization is inspired by the C4 model
- Each user should have:
- Unique id
- Money amount
- Something more???
- User service should support:
- Basic authentication
- Get money for user
- Decrement money amount
- For now implement each feature as an HTTP endpoint (e.g. REST)
- Use
Redisas storage
- Ignore how you will receive or send the data out
- Focus on implementing a limit order book


