Skip to content

Commit b87129d

Browse files
author
Adnane Miliari
committed
📝 add documentation structure with GitBook guide tree
1 parent af24d7c commit b87129d

File tree

2 files changed

+32
-8
lines changed

2 files changed

+32
-8
lines changed

readme.MD renamed to README.md

+31-7
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,40 @@
1919

2020
Link to the documentation and guide website : [demo-microservices](https://miliariadnane.gitbook.io/demo-microservices)
2121

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+
```
2347

24-
If you like my work, feel free to:
48+
## Support
2549

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:
3051

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
3256

3357
## Features
3458
-`Service Discovery` with **Netflix Eureka**

docker/config/prometheus/prometheus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ scrape_configs:
5959
metrics_path: '/actuator/prometheus'
6060
scrape_interval: 5s
6161
static_configs:
62-
- targets: ['gateway:8086']
62+
- targets: ['gateway:8765']

0 commit comments

Comments
 (0)