Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 356 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 356 Bytes

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