Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiw authored Sep 10, 2024
1 parent 2853f34 commit 246754c
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions demos/guru_scripts/docker/tutorial/4.x/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Sample Graph To Start With
==============================
![Financial Graph](./FinancialGraph.jpg)

# Content
==============
This GSQL tutorial contains

- Setup schema (model)
Expand All @@ -12,30 +10,27 @@ This GSQL tutorial contains


# Setup Schema
===============
Copy [ddl.gsql](./script/ddl.gsql) to your container.
Next, run the following in your container's bash command line.
```
gsql ddl.gsql
```

# Load Data
============
Copy [load.gsql](./script/load.gsql) to your container.
Next, run the following in your container's bash command line.
```
gsql load.gsql
```

# Query
========
# Node Pattern
# Edge Pattern
# Path Pattern

## Node Pattern
## Edge Pattern
## Path Pattern

Support
===============

# Support
If you like the tutorial and want to explore more, join the GSQL developer community at

https://community.tigergraph.com/
Expand Down

0 comments on commit 246754c

Please sign in to comment.