You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.