https://github.com/mit-lcp/querybuilder-aws
QueryBuilder configured to run on the AWS-EC2 instances.
https://github.com/mit-lcp/querybuilder-aws
Last synced: about 1 year ago
JSON representation
QueryBuilder configured to run on the AWS-EC2 instances.
- Host: GitHub
- URL: https://github.com/mit-lcp/querybuilder-aws
- Owner: MIT-LCP
- License: mit
- Created: 2017-10-26T15:35:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T00:37:38.000Z (over 5 years ago)
- Last Synced: 2025-02-15T19:51:15.829Z (over 1 year ago)
- Language: JavaScript
- Size: 1.36 MB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Querybuilder
This is the QueryBuilder build page. In order for this to work you must allow apache or NGINX to use a sucket with uwsgi.
First one has to install and activate the python virtual enviroment.
```
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
```
Once you do a git clone, you have to create the preview 100 rows for the databases you will be using. For that run the script `python MIMIC_Table_desc.py`.
You need to set the credentials on the config.py, and create the database for the query history using the `database.dump` file.
You can also run this as a stand alone flask application with `python manage.py`.