Skip to content

Commit

Permalink
update README to reflect addition of ADV, REPOSITORY, and KoerberOneCore
Browse files Browse the repository at this point in the history
  • Loading branch information
derekvance21 committed Nov 4, 2024
1 parent 65b0db5 commit c2bd5f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Go to the [release page](https://github.com/derekvance21/koerber-snippets/releas

## Background

Here is a graph of a subset of the AAD schema that these snippets use. Each node is a table, and each relationship between two tables is an edge. Each node has a unique default alias. Each edge has a join attribute describing how one table joins to the other table's primary key.
Here is a graph of a subset of the schema that these snippets use. Each node is a table, and each relationship between two tables is an edge. Each node has a unique default alias. Each edge has a join attribute describing how one table joins to the other table's primary key. Note that tables in other databases than AAD like KoerberOneCore and REPOSITORY are included, too.

![AAD Schema as a graph](schema.png)
![Schema as a graph](schema.png)

Using some graph algorithms, the shortest paths from a source node to a set of destination nodes can be found.

Expand Down
Binary file modified schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c2bd5f8

Please sign in to comment.