Skip to content

Commit 034d94b

Browse files
author
maartenvandeperre
committed
start on text
1 parent 606414b commit 034d94b

4 files changed

+29
-0
lines changed

README.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# clean-architecture-software-sample-project
22
Example implementation of clean architecture (with regards to the software development itself).
33

4+
## Clean Architecture - my interpretation
5+
TODO introduction
6+
![Clean Architecture - Onion layer](images/clean_architecture.jpg "Clean Architecture - Onion layer")
7+
### Core - Domain & use cases
8+
TODO
9+
#### Domain
10+
TODO
11+
#### Use cases
12+
TODO
13+
### Infrastructure - Data providers & others
14+
TODO
15+
#### Data providers
16+
TODO
17+
#### Others
18+
TODO
19+
### Configuration(s)
20+
TODO
21+
22+
![Clean Architecture - Onion layer - My opinion](images/clean_architecture_my_opinion.jpg "Clean Architecture - Onion layer - My opinion")
23+
24+
## Comparing/Evaluating Quarkus and Spring Boot
25+
TODO
26+
27+
## Extract (Knative) microservices (Quarkus) from monolith (Spring Boot)
28+
TODO
29+
30+
## Knative versus AWS Lambda and Azure Functions
31+
TODO
32+
![Knative versus AWS Lambda and Azure Functions](images/serverless.jpg "Knative versus AWS Lambda and Azure Functions")
433

534
## WIP
635
TODO extend README

images/clean_architecture.jpg

265 KB
Loading
290 KB
Loading

images/serverless.jpg

82.7 KB
Loading

0 commit comments

Comments
 (0)