Go to JKU Homepage
institute-for-application-oriented-knowledge-processing
What's that?

Institutes, schools, other departments, and programs create their own web content and menus.

To help you better navigate the site, see here where you are at the moment.

Data Quality Measurement for NoSQL Databases: Graph databases – Neo4J

Student: Rainer Sonnleitner     (Start: 2024)


Supervisor: a.Univ.-Prof. DI Dr. Wolfram Wöß
 

Motivation and Challenges

Data quality measurement is crucial to estimate the significance of data analysis results and decisions that are based on these results. The primary information source for personal decisions is the Internet, whereas large enterprises usually process their data from several historically developed and heterogeneous information systems. In both cases, prior to decision-making, an integration of the available data is necessary to compare and measure the content of single sources.

A Java-based system has been developed at our institute that analyzes different information sources and calculates metrics to estimate a system's data quality. Currently, it is possible to assess and compare MySQL databases, CSV files and ontological schema descriptions. Schema heterogeneity is resolved by transforming different information source schemas into a unified form using the DSD ("Data Source Description") vocabulary. However, until now, an in-depth investigation of the most widely applied NoSQL databases is missing.

Objective

The main objective of this master's thesis is to evaluate quality measurement of graph databases on the basis of a practical implementation using Neo4J, the most popular graph database so far. The practical work includes (1) the transformation of a Neo4J schema to a DSD representation in order to achieve comparability, and (2) an evaluation of the implementation by comparing a Neo4J schema to relational data (e.g., a MySQL DB).

The following research questions should be answered in the course of this thesis:

  • Is it possible to achieve direct comparability in terms of DQ measurement between graph databases and relational data?
  • If not, what are the major obstacles and how could they be addressed?
  • Are there existing approaches for measuring the data quality specifically in graph databases, and if so, how do they differ from traditional approaches (i.e., relational data)?