Skip to content

Commit

Permalink
Update 3_structure.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GARauch authored Sep 30, 2023
1 parent cded136 commit 7d3349f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/3_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Graph databases mimic the natural relationships that exist in the real world; th

The example image and four definitions below offer a basic understanding of the graph database approach:

![Graph Database Example Image](https://github.com/chcdatabase/data-collection/blob/gh-pages/assets/images/graph_example.jpg)
![Graph Database Example Image](https://raw.githubusercontent.com/chcdatabase/data-collection/gh-pages/assets/images/graph_example.jpg)

### Terminology

Expand All @@ -47,7 +47,7 @@ These six main nodes and five geographic nodes are connected by eight kinds of r

The below schema depicts the overall structure of the database by showing what relationships are possible between the various types of nodes.

![CHCD Graph Database Design](https://github.com/chcdatabase/data-documentation/blob/gh-pages/assets/images/CHCD_Schema.png)
![CHCD Graph Database Design](https://raw.githubusercontent.com/chcdatabase/data-documentation/gh-pages/assets/images/CHCD_Schema.png)

### Node Descriptions

Expand Down

0 comments on commit 7d3349f

Please sign in to comment.