/gStore_plan_presentation

Codes of the demostration "gCBO: A Cost-based Optimizer for Graph Databases" that was published in CIKM 2022. Authors: Linglin Yang, Lei Yang, Yue Pang, Lei Zou.

Primary LanguageVue

gStore Plan Optimizer Demonstration

Usage

pip3 install -r requirements.txt
python3 app.py

gStore Connection Config

Please modify the gStore_config variable to connect to your gStore database.

About frontend

Requirement: node.js, yarn.

Install Dependencies:

yarn install

Build frontend:

yarn build