File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
331 . Start a new tmux session; you need 3 tmux panes
442 . 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.
674 . In another tmux pane, run ` ./start_workload.sh ` to start the workload
785 . 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.
10116 . 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 ` :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments