Skip to content

Commit 3258b3b

Browse files
author
Petra Selmer
committed
Reformatting of image and headings
1 parent f8fcc8e commit 3258b3b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

cip/1.accepted/CIP2017-06-18-multiple-graphs.adoc

+7-5
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ The aims of the data integration exercise are twofold:
519519
* Create and return a temporary graph, *Temp-PersonCityCrimes*.
520520
*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.
521521

522-
==== Step 1:
522+
==== Step 1
523523

524524
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:
525525

@@ -565,9 +565,9 @@ WITH GRAPHS *
565565

566566
At this stage, *PersonCityEvents* is given by:
567567

568-
image::opencypher-PersonCity-graph.jpg[Graph,800,600]
568+
image::opencypher-PersonCity-graph.jpg[Graph,600,400]
569569

570-
==== Step 2:
570+
==== Step 2
571571

572572
The next stage in the pipeline is to add the events information from *Events* to *PersonCityEvents*.
573573

@@ -622,7 +622,7 @@ WITH GRAPHS *
622622

623623
image::opencypher-PersonCityEvents-graph.jpg[Graph,800,700]
624624

625-
==== Step 3:
625+
==== Step 3
626626

627627
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*.
628628

@@ -668,7 +668,9 @@ INTO NEW GRAPH Temp-PersonCityCrimes {
668668

669669
And, as the final step of the entire data integration pipeline, return *Temp-PersonCityCrimes*, which is comprised of the following data:
670670

671-
image::opencypher-PersonCityCriminalEvents-graph.jpg[Graph,800,700]
671+
image::opencypher-PersonCityCriminalEvents-graph.jpg[Graph,700,500]
672+
673+
==== Full pipeline
672674

673675
The full data integration query pipeline is given by:
674676

0 commit comments

Comments
 (0)