Skip to content

Commit 52d7907

Browse files
committed
bi-directional page image
1 parent 4643697 commit 52d7907

File tree

1 file changed

+5
-0
lines changed
  • content/patterns/data-synchronisation/bi-directional-sync

1 file changed

+5
-0
lines changed

content/patterns/data-synchronisation/bi-directional-sync/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Bi-directional Sync"
33
description: "Write operations occur in both new and legacy and are synced in both directions"
4+
featured: "/patterns/data-synchronisation/bi-directional-sync/bi-directional-feature.svg"
45
subtitle: false
56
menu:
67
doc:
@@ -14,4 +15,8 @@ weight: 3
1415

1516
Bi-directional sync involves write operations happening in both the new and legacy system for the same conceptual data like updating the same booking. Since both systems are able to modify the same information, they both need an upto date copy in their local datastore. Therefore, any write operation on side must be synchronised across to the other.
1617

18+
<div class="title title--sans title--third">
19+
<img src="/patterns/data-synchronisation/bi-directional-sync/bi-directional-feature.svg" alt="Bi-directional Sync Pattern" style="max-width: 100%; width: 100%; height: auto;">
20+
</div>
21+
1722
{{< comingsoon >}}

0 commit comments

Comments
 (0)