Skip to content

Commit d4be750

Browse files
committed
app-level events image
1 parent 52d7907 commit d4be750

File tree

2 files changed

+303
-0
lines changed

2 files changed

+303
-0
lines changed

content/patterns/data-synchronisation/application-level-events/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Application-level Events"
33
description: "Events published from code rather than via the database"
4+
featured: "/patterns/data-synchronisation/application-level-events/app-level-events.svg"
45
subtitle: false
56
menu:
67
doc:
@@ -14,5 +15,9 @@ weight: 2
1415

1516
Application-level events are events published from code rather than from the database. Publishing events in code can allow for greater flexibility and expressiveness about the intention and reason for the event to be published.
1617

18+
<div class="title title--sans title--third">
19+
<img src="/patterns/data-synchronisation/application-level-events/app-level-events.svg" alt="Application-level Events Pattern" style="max-width: 100%; width: 100%; height: auto;">
20+
</div>
21+
1722
{{< comingsoon >}}
1823

0 commit comments

Comments
 (0)