Skip to content

Commit

Permalink
Update getting_started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland authored Dec 5, 2024
1 parent bc1c267 commit 57a1c4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Let's create a simple graph for a social network where:
| FRIENDS_WITH | User | User | `since` |
| CREATED | User | Post | `time` |


![image](https://github.com/user-attachments/assets/213e47e7-1439-4f1e-beb4-64dceb9ecc9b)


---

## Step 2: Load Data into FalkorDB
Expand Down Expand Up @@ -104,6 +108,8 @@ graph.query(create_query)
print("Graph created successfully!")
```

![image](https://github.com/user-attachments/assets/f67c9a1d-4b80-435d-9038-b7e1f931da74)

#### Query the Graph

```python
Expand Down

0 comments on commit 57a1c4a

Please sign in to comment.