pkumod / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.


Languages

Language:Vue 43.2%Language:Python 34.5%Language:JavaScript 21.0%Language:HTML 1.3%