Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T00:37:38.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T23:13:01.844Z (2 months 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`.