Skip to content

Commit

Permalink
Reformatting of image and headings
Browse files Browse the repository at this point in the history
  • Loading branch information
Petra Selmer committed Aug 5, 2017
1 parent f8fcc8e commit 335a474
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions cip/1.accepted/CIP2017-06-18-multiple-graphs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ The aims of the data integration exercise are twofold:
* Create and return a temporary graph, *Temp-PersonCityCrimes*.
*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.

==== Step 1:
==== Step 1

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:

Expand Down Expand Up @@ -565,9 +565,9 @@ WITH GRAPHS *

At this stage, *PersonCityEvents* is given by:

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

==== Step 2:
==== Step 2

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

Expand Down Expand Up @@ -622,7 +622,7 @@ WITH GRAPHS *

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

==== Step 3:
==== Step 3

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

Expand Down Expand Up @@ -670,6 +670,8 @@ And, as the final step of the entire data integration pipeline, return *Temp-Per

image::opencypher-PersonCityCriminalEvents-graph.jpg[Graph,800,700]

==== Full pipeline

The full data integration query pipeline is given by:

[source, cypher]
Expand Down

0 comments on commit 335a474

Please sign in to comment.