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: docs/docs/publishing-public-data.md
+34-27Lines changed: 34 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
Once you want to share your data with the world you need to publish it. This is done by creating the necessary `Opertations` (Ops) and then publishing them.
4
4
5
+
There are two functions to help you with this:
6
+
7
+
-`preparePublish` - creates the necessary `Operations` to publish the data
8
+
-`publishOps` - publishes the `Operations` to the public space
9
+
10
+
You can generate the Ops for multiple entities and publish them in one go by concatenating the `ops` arrays.
11
+
5
12
## Prepare Publish
6
13
7
14
Based on entity Ids, the source space and the target space this function calculates the necessary `Operations` to publish the data.
0 commit comments