|
19 | 19 |
|
20 | 20 | Link to the documentation and guide website : [demo-microservices](https://miliariadnane.gitbook.io/demo-microservices)
|
21 | 21 |
|
22 |
| -## Support |
| 22 | +#### Table of Contents |
| 23 | +```text |
| 24 | +├── Overview |
| 25 | +├── Setup a Microservice Project from Scratch |
| 26 | +├── Microservices 101 |
| 27 | +│ ├── Service Discovery with Netflix Eureka |
| 28 | +│ ├── Communication Between Microservices |
| 29 | +│ │ ├── Synchronous Communication |
| 30 | +│ │ └── Asynchronous Communication |
| 31 | +│ ├── API Gateway |
| 32 | +│ │ ├── Load Balancing |
| 33 | +│ │ └── Security |
| 34 | +│ │ ├── API Key Manager |
| 35 | +│ │ └── Authentication |
| 36 | +│ ├── Cloud Native Deployment |
| 37 | +│ │ ├── Containerization with Docker & Jib |
| 38 | +│ │ └── Container Orchestration with Kubernetes |
| 39 | +│ └── Monitoring |
| 40 | +│ ├── Distributed Tracing with Sleuth & Zipkin |
| 41 | +│ └── Prometheus & Grafana |
| 42 | +└── Microservices 102 |
| 43 | + ├── Service Discovery Deep Dive |
| 44 | + ├── Resiliency |
| 45 | + └── Cloud Deployment with AWS |
| 46 | +``` |
23 | 47 |
|
24 |
| -If you like my work, feel free to: |
| 48 | +## Support |
25 | 49 |
|
26 |
| -- ⭐ this repository. And we will be happy together :) |
27 |
| -- 🤲 If you have a moment, don't forget to make a duaa for me and my parents. |
28 |
| -- 🐛️ If you find a bug, raise an issue or fix it and send a pull request. |
29 |
| -- 📢️ If you have any feature requests, raise an issue or send a pull request. |
| 50 | +Show your support by: |
30 | 51 |
|
31 |
| -Thanks a bunch for supporting me! |
| 52 | +- ⭐ Starring this repository. And we will be happy together :) |
| 53 | +- 🤲 Making a duaa for me and my parents |
| 54 | +- 🐛️ Reporting bugs or submitting pull requests to fix them |
| 55 | +- 📢️ Suggesting new features through issues or pull requests |
32 | 56 |
|
33 | 57 | ## Features
|
34 | 58 | - ✅ `Service Discovery` with **Netflix Eureka**
|
|
0 commit comments