SIERRA: a visual query interface for property graphs

Graph Database Management Systems(DBMS) are the fastest growing category of DBMS used by developers. Graph DBMSs are much better suited to solve problems dealing with connected data than traditional RDBMSs. Hence, they are widely used in domains such as Fraud Detection & Analytics, Recommendati...

Full description

Saved in:
Bibliographic Details
Main Author: Tay, Lester Kai Hong
Other Authors: Sourav S Bhowmick
Format: Final Year Project
Language:English
Published: Nanyang Technological University 2022
Subjects:
Online Access:https://hdl.handle.net/10356/157346
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:Graph Database Management Systems(DBMS) are the fastest growing category of DBMS used by developers. Graph DBMSs are much better suited to solve problems dealing with connected data than traditional RDBMSs. Hence, they are widely used in domains such as Fraud Detection & Analytics, Recommendation Engines and Social Media Networks. However, working with Graph DBMSs requires users to pick up a new querying language, with Cypher being the most predominant graph querying language. Moreover, graph query languages are created with expert users in mind (eg. developers and data scientists) making it hard to non-expert users to utilise graph databases fully. Therefore, our project’s aim is to provide an intuitive and novel graphical user interface (GUI), named SIERRA, that allows the creation of rich and complex graph queries for graph databases. SIERRA employs the use of a unique node-link diagram, allowing users to draw nodes and connections and transform them into Cypher queries.