Download PDFOpen PDF in browser

Active Rules in a Graph Database Environment

7 pagesPublished: March 9, 2020

Abstract

With the rapid growth of data nowadays, new types of database systems are emerging in order to handle big data, known as NoSQL databases. One type of NoSQL databases is graph database, which uses the graph model to present data and the relationships among data. Existing graph database systems are passive compared to traditional relational database systems that allow automatic event handling through active rules. This paper describes our approach of incorporating active rules into graph databases, allowing users to specify business logic in a declarative manner. The active system has been built on top of a passive graph database to react to events automatically. Our focus is to specify business rules declaratively rather than enforce integrity constraint using rules. Our system consists of a language framework and an execution model. Language specification will further be illustrated by on a motivating example that shows the use of rules in an application context. The paper also describes the design and implementation of the execution model in detail.

Keyphrases: Active Rule, execution environment, Graph Database System

In: Gordon Lee and Ying Jin (editors). Proceedings of 35th International Conference on Computers and Their Applications, vol 69, pages 134--140

Links:
BibTeX entry
@inproceedings{CATA2020:Active_Rules_in_Graph,
  author    = {Ying Jin and Vadlamannati Bharath and Jinaliben Shah},
  title     = {Active Rules in a Graph Database Environment},
  booktitle = {Proceedings of 35th International Conference on Computers and Their Applications},
  editor    = {Gordon Lee and Ying Jin},
  series    = {EPiC Series in Computing},
  volume    = {69},
  pages     = {134--140},
  year      = {2020},
  publisher = {EasyChair},
  bibsource = {EasyChair, https://easychair.org},
  issn      = {2398-7340},
  url       = {https://easychair.org/publications/paper/1PmC},
  doi       = {10.29007/1w4k}}
Download PDFOpen PDF in browser