Skip to content

Commit

Permalink
Merge pull request #60 from kuzudb/fix-image-url
Browse files Browse the repository at this point in the history
Fix image url
  • Loading branch information
prrao87 committed May 7, 2024
2 parents accf06b + 3cd9be5 commit 974e210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/post/2023-01-12-what-every-gdbms-should-do.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ A classic example we like using is a Twitter friend recommendation engine that i
the following rule: If a user A follows two users B and C, who both follow D, recommend
D to A. This is the pattern:

<Image src="/public/img/2023-01-12-what-every-gdbms-should-do/diamond-pattern.png" width="500" />
<Image src="/img/2023-01-12-what-every-gdbms-should-do/diamond-pattern.png" width="500" />

The whitepapers of existing GDBMSs are full of these patterns, e.g., branching trees, money laundering circles,
cliques of customers who buy similar items, etc. These correspond to complex
Expand Down

0 comments on commit 974e210

Please sign in to comment.