Skip to content

Commit 194b07c

Browse files
committed
Check in additional notes and scripts
1 parent 7f798cb commit 194b07c

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

experiments/19-demo2/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
1. Start a new tmux session; you need 3 tmux panes
44
2. Activate the virtualenv that has BRAD and its dependencies installed
5-
3. Run `./start_brad.sh` to start BRAD. The web interface should be accessible on port 7583
5+
3. Run `./start_brad.sh` to start BRAD. The web interface should be accessible
6+
on port 7583. Make sure to start the Aurora resource.
67
4. In another tmux pane, run `./start_workload.sh` to start the workload
78
5. BRAD relies on system metrics (retrieved from AWS) to do its planning. You
89
need to wait at least 3 minutes for the workload metrics to make it to AWS
910
before you can start the planner.
1011
6. To shut down the demo, shut down the workload runner first (Ctrl-C). Wait
1112
until all runners have exited. Then shut down BRAD (Ctrl-C on the other pane).
1213

14+
Run `./start_brad_editable.sh` to run using the schema designed for demoing the
15+
editable VDBEs. Make sure to start the Redshift resource as well.
16+
1317
## Important files
1418

1519
- `config/system_config_demo.yml`:
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#! /bin/bash
2+
3+
script_loc=$(cd $(dirname $0) && pwd -P)
4+
cd $script_loc
5+
6+
pushd ../.. > /dev/null
7+
8+
brad daemon \
9+
--system-config config/system_config_demo.yml \
10+
--physical-config config/physical_config_100gb_demo.yml \
11+
--schema-name imdb_editable_100g \
12+
--ui

0 commit comments

Comments
 (0)