fix headline
This commit is contained in:
14
README.md
14
README.md
@@ -1,14 +1,14 @@
|
|||||||
#Bux backend assigment
|
# Bux backend assigment
|
||||||
|
|
||||||
Candidate: Stefan Dragisic
|
## Candidate: Stefan Dragisic
|
||||||
|
|
||||||
## Introduction
|
### Introduction
|
||||||
|
|
||||||
- Reactive CQRS application with matching engine as it core
|
- Reactive CQRS application with matching engine as it core
|
||||||
- Matching engine implemented using Max-Heap and Min-Heap
|
- Matching engine implemented using Max-Heap and Min-Heap
|
||||||
- Supports backpressure and event streaming
|
- Supports backpressure and event streaming
|
||||||
|
|
||||||
## Reasoning
|
### Reasoning
|
||||||
|
|
||||||
- **Matching engine**
|
- **Matching engine**
|
||||||
+ Matching engine uses Max-Heap and Min-Heap
|
+ Matching engine uses Max-Heap and Min-Heap
|
||||||
@@ -42,7 +42,7 @@ Candidate: Stefan Dragisic
|
|||||||
+ The Protocol Buffers specification is implemented in many languages
|
+ The Protocol Buffers specification is implemented in many languages
|
||||||
+ Less Boilerplate Code - auto generated code, out-of-box JSON serializer...
|
+ Less Boilerplate Code - auto generated code, out-of-box JSON serializer...
|
||||||
|
|
||||||
## Tests
|
### Tests
|
||||||
|
|
||||||
- [x] Unit tests
|
- [x] Unit tests
|
||||||
- [x] Integration tests
|
- [x] Integration tests
|
||||||
@@ -54,11 +54,11 @@ Candidate: Stefan Dragisic
|
|||||||
|----|-----------|
|
|----|-----------|
|
||||||
| 100% | 96% |
|
| 100% | 96% |
|
||||||
|
|
||||||
## Bonus
|
### Bonus
|
||||||
- [x] Order cancellation
|
- [x] Order cancellation
|
||||||
- [ ] Reactive Book UI
|
- [ ] Reactive Book UI
|
||||||
|
|
||||||
## How to run
|
### How to run
|
||||||
|
|
||||||
Execute `mvn clean install` to build project and generate protobuf classes.
|
Execute `mvn clean install` to build project and generate protobuf classes.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user