You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/data-tools/data-replicator.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,16 @@ title: Data replicator
3
3
weight: 3
4
4
---
5
5
6
-
## Data replicator
7
6
Data replicator could synchronize your data in NDJSON files (data archives) with real database. It preserves relationships. Synchronization is one-way, from data archive data into database.
8
7
9
-
Data replicator is executed from [Data deployer][data-deployer]
8
+
Data replicator is executed from [Data deployer](data-deployer)
10
9
11
10
### What means to preserve relationship?
12
11
13
12
References are defined by foreign and primary keys. These values could be different in database and in archive, but replicator could preserve relationships between entities.
14
13
14
+
We will show this on two related tables - Album and Track.
0 commit comments