Skip to content

My master thesis on property graph schema validation, with practical implementation and benchmark on various DB engines

Notifications You must be signed in to change notification settings

nimobeeren/thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Property Graph Schemas

Build thesis PDF

This repository contains the source code and result data of my master thesis: Formal Specification and Practical Validation of Property Graph Schemas.

📄 Full PDF

Abstract

Graph databases are increasingly receiving attention from industry and academia, due in part to their flexibility; a schema is often not required. In particular, the property graph model enables natural expression of data from a wide variety of domains. However, schemas can significantly benefit query optimization, data integrity, and documentation. We present a formal property graph schema model based on conceptual data modeling methods, integrating constraints on mandatory and allowed properties, property data types, edge endpoints, and edge cardinality. Moreover, we specify schema validation semantics using first-order logic rules. These rules are implemented using graph queries for Neo4j, JanusGraph, and TigerGraph, which we evaluate through a controlled experiment. Our results demonstrate feasibility of our approach, with execution times scaling linearly with the size of the data.

Repository Structure

📁 analysis: Data of experiment results and notebook used to generate plots and statistical analyses.

📁 docs: LaTeX source code and output for the main thesis document.

📁 janusgraph: Java source code and utilities for JanusGraph experiments.

📁 neo4j: Cypher queries and utilities for Neo4j experiments.

📁 tigergraph: GSQL queries and statements and utilities for TigerGraph experiments.

About

My master thesis on property graph schema validation, with practical implementation and benchmark on various DB engines

Topics

Resources

Stars

Watchers

Forks