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: cip/1.accepted/CIP2017-06-18-multiple-graphs.adoc
+7-5
Original file line number
Diff line number
Diff line change
@@ -519,7 +519,7 @@ The aims of the data integration exercise are twofold:
519
519
* Create and return a temporary graph, *Temp-PersonCityCrimes*.
520
520
*Temp-PersonCityCrimes* must contain a subset of the data from *PersonCityEvents*, consisting only of the criminal events, their associated `City` nodes, and `Person` nodes associated with the `City` nodes.
521
521
522
-
==== Step 1:
522
+
==== Step 1
523
523
524
524
The first action to take in our data integration exercise is to set the source graph to *ActorsFilmsCities*, for which we need to provide the physical address:
The last step in the data integration pipeline is the creation of a new, temporary graph, *Temp-PersonCityCrimes*, which is to be populated with the subgraph of all the criminal events and associated nodes from *PersonCityEvents*.
628
628
@@ -668,7 +668,9 @@ INTO NEW GRAPH Temp-PersonCityCrimes {
668
668
669
669
And, as the final step of the entire data integration pipeline, return *Temp-PersonCityCrimes*, which is comprised of the following data:
0 commit comments