open source code for the detection of anomalies in sensor data This web app allows you to broadcast various sources of data in real time
If you are following a workshop you can use the following
NOTE: If using Import from Git
in the OpenShift web console you will need to:
- Open
Advanced Git Options
- Set
Context dir
tosrc
# set namespace to your username
NAMESPACE=$(oc whoami)
scripts/bootstrap.sh
You can view the default parameters for bootstrap.sh
here.
This scripted example shows you some common oc
commands you can use to aid in deploying apps quickly.
scripts/bootstrap.sh
Setup local development
The following section only needs to be run once
python3 -m venv venv
# activate your virtual env with the following
. venv/bin/activate
pip install -r src/requirements.txt
Run app locally
# reactivate your virtual env with the following
. venv/bin/activate
cd src
# python debug
python3 wsgi.py
# gunicorn
gunicorn wsgi:application -b 0.0.0.0:8080
- Audrey Reznik
- Cameron Garrison
- Christina Xu
- Cory Latschkowski
- Eli Guidera
- Trevor Royer
- Troy Nelson
Meetings are held every Thursday, 9-10 MST
Contact Audrey Reznik ([email protected]) for questions/comments/contributions.