Skip to content

Commit 275ff57

Browse files
committed
no more duration
1 parent 6e94b3e commit 275ff57

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

modules/snowflake-analytics/pages/neo4j-fraud.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ Analytics] for Snowflake
3636
with appropriate access to databases and schemas.
3737
* Neo4j Graph Analytics application installed from the Snowflake
3838
marketplace. Access the marketplace via the menu bar on the left hand
39-
side of your screen, as seen below: image:marketplace.png[]
39+
side of your screen, as seen below:
40+
41+
image:marketplace.png[]
4042

4143
==== What You Will Build
4244

@@ -53,7 +55,7 @@ networks
5355

5456
Dataset overview : This dataset is modelled to design and analyze a peer
5557
to peer transaction network to identify fraudulent activity using graph
56-
analytics. image:datamodel.png[]
58+
analytics.
5759

5860
Let’s name our database `P2P++_++DEMO`. Using the CSVs found
5961
https://drive.google.com/drive/u/1/folders/1BnAnRSEfuwDvc4eQH8IRvy3tUkwOeaNf[here],

modules/snowflake-analytics/pages/neo4j-patient-journey.adoc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ image:marketplace.png[]
3939

4040
=== Load The Data
4141

42-
Duration: 5
43-
4442
Dataset overview : This dataset is modelled to design and analyze
4543
patients and different procedures that they undergo using graph
4644
analytics.
@@ -58,8 +56,6 @@ in your data.
5856

5957
=== Set Up
6058

61-
Duration: 5
62-
6359
==== Import The Notebook
6460

6561
* We’ve provided a notebook to walk you through each SQL and Python
@@ -130,8 +126,6 @@ USE ROLE gds_user_role;
130126

131127
=== Clean Our Data
132128

133-
Duration: 5
134-
135129
We need our data to be in a particular format in order to work with
136130
Graph Analytics. In general it should be like so:
137131

@@ -325,8 +319,6 @@ image::graph.png[]
325319

326320
=== Find Similar Patients
327321

328-
Duration: 10
329-
330322
Now we are finally at the step where we create a projection, run our
331323
algorithms, and write back to snowflake. We will run louvain to
332324
determine communities within our data. Louvain identifies communities by
@@ -481,8 +473,6 @@ select * from neo4j_patient_db.public.patient_community
481473

482474
=== Conclusions And Resources
483475

484-
Duration: 2
485-
486476
In this quickstart, you learned how to bring the power of graph insights
487477
into Snowflake using Neo4j Graph Analytics.
488478

0 commit comments

Comments
 (0)