Skip to content

Commit e0221d0

Browse files
committed
Updating README file.
1 parent de5c15b commit e0221d0

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

README.md

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,8 @@ At the 1st stage the **Recommendation** and **Review** microservices generate lo
1919

2020
## System components Structure
2121
Let's explain first the system structure to understand its components:
22-
**Springy Store μService** --> *Parent folder.*
23-
|- **config** --> *All system configuration files*
24-
|- **docs** --> *All docs and diagrams.*
25-
|- **store-base**
26-
|- **store-build-chassis** --> *Super Parent POM, contains all build information*
27-
|- **store-cloud-chassis** --> *Cloud services Parent POM, inherit from build contains all cloud libraries*
28-
|- **store-service-chassis** --> *Parent POM, inherits from cloud contains all microservices common libraries*
29-
|-**store-cloud-infra**
30-
|- **eureka-server** --> *Service discovery server*
31-
|-**store-common**
32-
|- **store-api** --> *API Endpoint and services definitions for all microservices*
33-
|- **store-utils** --> *Common utilities shared between all components*
34-
|-**store-services**
35-
|- **product-service** --> *Product Microservice*
36-
|- **recommendation-service** --> *Recommendation Microservice*
37-
|- **review-service** --> *Review Microservice*
38-
|- **store-service** --> *Store Microservice*
39-
|- **docker-compose.yml** --> *contains all services landscape with RabbitMQ*
40-
|- **docker-compose-kafka.yml** --> *contains all services landscape with more instances working with Kafka with partitions*
41-
|- **docker-compose-partitions.yml** *--> contains all services landscape with more instances working with RabbitMQ with partitions*
42-
|- **run-em-all.sh** *--> Run all microservices in separate mode.*
43-
|- **setup.sh** *--> Install all shared POMs and shared libraries.*
44-
|- **stop-em-all.sh** *--> Stop all services runs in standalone mode.*
45-
|- **test-em-all.sh** *--> This will start all docker compose landscape and test them, then shutdown docker compose containers with test finishes (use switch start stop)*
22+
23+
![Project Structure](docs/stage1/springy_store_project_structure.png)
4624

4725
Now as we have learned about different system components, then let's start.
4826

Loading

0 commit comments

Comments
 (0)