update example d2 file

This commit is contained in:
Gavin Nishizawa 2023-02-10 18:10:10 -08:00 committed by Anmol Sethi
parent 30240a9e94
commit f5d0f36988
No known key found for this signature in database
GPG key ID: 25BC68888A99A8BA

View file

@ -10,7 +10,7 @@ timeline mixer: "" {
}
People discovery: "People discovery \nservice"
admixer: Ad mixer {
fill: "#c1a2f3"
style.fill: "#c1a2f3"
}
onboarding service: "Onboarding \nservice"
@ -54,7 +54,7 @@ Android: {
web -> twitter fe
timeline scorer: "Timeline\nScorer" {
fill: "#ffdef1"
style.fill: "#ffdef1"
}
home ranker: Home Ranker
@ -66,7 +66,7 @@ timeline mixer -> home ranker: {
}
timeline mixer -> timeline service
home mixer: Home mixer {
# fill: "#c1a2f3"
# style.fill: "#c1a2f3"
}
container0.graphql -> home mixer: {
style.stroke-dash: 4
@ -93,7 +93,7 @@ prediction service2: Prediction Service {
icon: https://cdn-icons-png.flaticon.com/512/6461/6461819.png
}
home scorer: Home Scorer {
fill: "#ffdef1"
style.fill: "#ffdef1"
}
manhattan: Manhattan
memcache: Memcache {
@ -101,15 +101,16 @@ memcache: Memcache {
}
fetch: Fetch {
multiple: true
style.multiple: true
shape: step
}
feature: Feature {
multiple: true
style.multiple: true
shape: step
}
scoring: Scoring {
multiple: true
style.multiple: true
shape: step
}
fetch -> feature