Skip to content

Graph Data Modeling Course Templates

The Simple Social Network

Prompt

Create a vis.js template of a social network. Nodes: Person Edges: KNOWS (connects Person to Person)

Social Network

Note that this version zooms into the person with a scale of 6.

Customer Graph

``` prompt Please modify the template program to generate a customer graph. Here are the key nodes:

1
2
3
4
5
Customer - an individual person that purchases a product
OnlineOrder - a transaction where they purchase one or more products
Product - a product that is purchased in an OnlineOrder

Please add the relationships between these nodes and give them a uppercase label and title that describes the relationships.

Customer Model

Weborder Template