Skip to content

Commit

Permalink
add edge
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingxi Wu authored and Mingxi Wu committed Sep 12, 2024
1 parent b163b76 commit 9bfb6a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions demos/guru_scripts/docker/tutorial/4.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ gsql load.gsql
# Query

## Node Pattern
Copy [q1.gsql](./script/q1.gsql) to your container.

```sql
#enter the graph
USE GRAPH financialGraph
Expand All @@ -58,7 +60,10 @@ install query q1
run query q1()
```
## Edge Pattern
Copy [q2.gsql](./script/q2.gsql) to your container.

```sql

USE GRAPH financialGraph

# create a query
Expand Down

0 comments on commit 9bfb6a2

Please sign in to comment.