Skip to content

Commit 1d5c4ee

Browse files
authored
Update readme service graph for Feature Flag Service (#321)
* update ffs graph routes * clean up ffs graph definition
1 parent f948dcd commit 1d5c4ee

File tree

4 files changed

+7
-105
lines changed

4 files changed

+7
-105
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ This repo is a work in progress. If you'd like to help, check out our
2525
- [Requirements](./docs/requirements/README.md)
2626
- [Service Roles](./docs/service_table.md)
2727
- [Trace Feature Coverage by Service](./docs/trace_service_features.md)
28-
- [v1 Architecture](./docs/v1_graph.md)
2928

3029
## Architecture
3130

@@ -49,6 +48,8 @@ paymentservice(Payment Service):::javascript
4948
productcatalogservice(ProductCatalog Service):::golang
5049
recommendationservice(Recommendation Service):::python
5150
shippingservice(Shipping Service):::rust
51+
featureflagservice(Feature Flag Service):::erlang
52+
featureflagstore[(Feature Flag Store<br/>&#40PostgreSQL DB&#41)]
5253
5354
Internet -->|HTTP| frontend
5455
loadgenerator -->|HTTP| frontend
@@ -59,7 +60,6 @@ checkoutservice --> currencyservice
5960
checkoutservice --> emailservice
6061
checkoutservice --> paymentservice
6162
checkoutservice --> shippingservice
62-
checkoutservice --> |evalFlag| featureflagbeservice
6363
6464
frontend --> adservice
6565
frontend --> cartservice
@@ -68,15 +68,12 @@ frontend --> checkoutservice
6868
frontend --> currencyservice
6969
frontend --> recommendationservice --> productcatalogservice
7070
frontend --> shippingservice
71-
frontend --> |evalFlag| featureflagbeservice
7271
73-
productcatalogservice --> |evalFlag| featureflagbeservice
72+
productcatalogservice --> |evalFlag| featureflagservice
7473
75-
featureflagbeservice(Flag Server):::erlang
76-
featureflagfeservice(Flag UI/API):::erlang
77-
featureflagstore[(Flag Store<br/>&#40PostgreSQL DB&#41)]
74+
shippingservice --> |evalFlag| featureflagservice
7875
79-
featureflagfeservice --> featureflagbeservice --> featureflagstore
76+
featureflagservice --> featureflagstore
8077
8178
end
8279
classDef java fill:#b07219,color:white;
@@ -117,8 +114,6 @@ classDef erlang fill:#b83998,color:white;
117114
classDef php fill:#4f5d95,color:white;
118115
```
119116

120-
_To view a graph of the desired state of this application [click here](./docs/v1_graph.md)_
121-
122117
Find the **Protocol Buffer Definitions** in the `/pb/` directory.
123118

124119
## Features

docs/requirements/architecture_requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ demonstrates the features and capabilities of OTel APIs, SDKs, and tools.
2727
features/concepts 'in the wild'.
2828

2929
The following is a general description of the logical components of the demo
30-
application. The future architecture is visualized [here](../v1_graph.md).
30+
application.
3131

3232
## Main Application
3333

docs/service_table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Service Roles
22

3-
View [Service Graph](./v1_graph.md) to visualize request flow.
3+
View [Service Graph](../README.md#architecture) to visualize request flows.
44

55
| Service | Language | Description |
66
|-----------------------------------------------------------------|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------|

docs/v1_graph.md

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)