forked from mudigal-technologies/microservices-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,28 +9,29 @@ Below are the architecture of the application in different environments: | |
|
||
#### Default Environment | ||
|
||
![alt tag](https://github.com/vmudigal/microservices-sample/service-one/blob/version-5/doc/architecture/service-one%20(default).png?raw=true) | ||
![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-one/doc/architecture/service-one%20(default).png?raw=true) | ||
|
||
Execute mvn build spring-boot:run to bring up the application in default environment | ||
|
||
#### Docker Environment | ||
|
||
![alt tag](https://github.com/vmudigal/microservices-sample/service-one/blob/version-5/doc/architecture/service-one%20(docker).png?raw=true) | ||
![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-one/doc/architecture/service-one%20(docker).png?raw=true) | ||
|
||
Refer: https://github.com/vmudigal/microservices-sample/ to bring up the micro services sample complete application using docker profile. | ||
|
||
### Technology | ||
|
||
Microservices sample project uses a number of open source projects to work properly: | ||
|
||
* [SpringBoot 2.3] - Application framework | ||
* [SpringBoot] - Application framework | ||
* [Consul] - Registration and Discovery | ||
* [Docker] - Containerization platform | ||
* [Project Reactor] - Reactive Systems | ||
* [MongoDB] - Document based Database | ||
* [Swagger] - API Documentation | ||
* [Rabbit MQ] - Message Broker | ||
* [Logstash] - Log Collector | ||
* [Lombok] - Simplifying POJOs | ||
|
||
### Tools | ||
|
||
|
@@ -45,15 +46,15 @@ Microservices sample project uses a number of open source projects to work prope | |
|
||
http://localhost:8082/swagger-ui.html | ||
|
||
![alt tag](https://github.com/vmudigal/microservices-sample/service-one/blob/version-5/doc/tools/swagger.png?raw=true) | ||
![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-one/doc/tools/swagger.png?raw=true) | ||
|
||
##### Embedded MongoDB | ||
|
||
Access the database through a mongodb client. | ||
|
||
![alt tag](https://github.com/vmudigal/microservices-sample/service-one/blob/version-5/doc/tools/mongodb-login.png?raw=true) | ||
![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-one/doc/tools/mongodb-login.png?raw=true) | ||
|
||
![alt tag](https://github.com/vmudigal/microservices-sample/service-one/blob/version-5/doc/tools/mongodb.png?raw=true) | ||
![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-one/doc/tools/mongodb.png?raw=true) | ||
|
||
|
||
### Help | ||
|
@@ -73,3 +74,4 @@ Feel free to reach "[email protected]" in-case of any concerns. | |
[Swagger]: <https://swagger.io/> | ||
[Logstash]: <https://www.elastic.co/products/logstash> | ||
[MongoDB]: <https://www.mongodb.com/> | ||
[Lombok]: <https://projectlombok.org/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters