Link

What is a Social Network

We can set up a very basic network by defining a source / target relationship in an edges table. In this case, we might be interested in the relationship among people.

source target example

This table sets up our relationships by defining the edges in our network. The nodes are generated automatically based on the label of the source and/or target. If we plotted this network, we would end up with something like the below graph.

simple network example