Skip to content

Commit

Permalink
upload assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsvih committed Aug 14, 2023
1 parent 983782f commit aef0d81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# gStore Logigal Plan Optimizer Demonstration

This is the implementation of demonstration paper in CIKM 2023: "gFOV: A Full-Stack SPARQL Query Optimizer & Plan Visualizer"

The logical plan optimizer part is included in [Demo Branch in gStore-UO-opt repo](https://github.com/SoftlySpoken/gStore-UO-opt/tree/demo).

![Preview](/assets/screenshot.jpg)

## Prepare Dependecies

1. Install Python dependencies:
Expand All @@ -8,7 +14,7 @@
pip3 install -r requirements.txt
```

2. Install Node.js and yarn:
2. Install Node.js (LTS version) and yarn:

```bash
sudo apt install nodejs
Expand Down
Binary file added assets/screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aef0d81

Please sign in to comment.