The Kuzu.App.NetworkGraph
module defines a network schema using Kuzu.Graph.Schema
. This schema models social and professional relationships between individuals, companies, posts, and comments, allowing for robust querying and data modeling for network-based applications.
The module is designed to represent social and professional connections in a network graph. Key entities include Person
, Company
, Post
, and Comment
, each with specific attributes. Relationships define how these entities interact within the network, including social relationships (friendships, follows), professional relationships (employment, management), and content interactions (authorship, likes, comments).