https://github.com/awslabs/protod
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.3%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: awslabs
- License: other
- Language: Python
- Default Branch: main
- Size: 712 KB
Statistics
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
ProTOD
Professional-Tools-On-Demand is a flexible web interface for engagement automation.
Goals
- We focus on automation and on repeatable outcomes
- We use one simple and intuitive interface and do not sacrifice simplicity for the sake of automating everything
- We make it easy to understand the tool used and how the options affect the output
Install ProTOD
Prerequisites
- An AWS account. Best if you create a new AWS account dedicated to ProTOD
- AWS Command Line Interface (AWS CLI v2)
- Bash version >= 3.
- Finch from https://github.com/runfinch/finch (Replaces Docker Desktop)
Installation
DNS and Certificate Instruction for Amazon Route 53 and Amazon Certificate Manager
- Create a DNS domain in Route 53
- Create a certificate in Certificate Manager for the FQDN you'll use with ProTOD.
- This certificate should be created in the same region where you'll deploy ProTOD.
- You will need to authorize this certificate by creating a CNAME in your delegated DNS namespace.
DNS and Certificate Instruction for all other cases
- Create a DNS domain
- Create a certificate the FQDN you'll use with ProTOD.
Installation Continued ...
- Create a new S3 bucket in the region where you'll be deploying ProTOD. This will be used during the build process.
- Download the ProTOD source code
From Terminal, start a bash shell by running:
bashConnect your AWS CLI to your AWS account.
Change to the scripts directory
cd scriptsSet the default region of your AWS CLI to the region where you'd like ProTOD to be deployed, for example:
export AWS_DEFAULT_REGION=us-east-1Install dependencioes
- MacOS: run the environment setup script
. ./setup-env.shNote: Make sure to copy the entire command. The leading period tells bash to 'source' the script when running 2. All others, install the following dependencies: - Docker - AWS CLI - Python - pip3 - pip3 install -r taph/requirements.txt - pip3 install virtualenv pytest pytest-cov bandit safety
Run the ProTOD build script.
. ./build-protod.sh --stack <STACK NAME> --bucket <BUILD BUCKET NAME> --cognito <COGNITO DOMAIN NAME> --dns <FQDN> --email <EMAIL> --build-allNote: Make sure to copy the entire command. The leading period tells bash to 'source' the script when running
All arguments and at least one flag are required:
1. (Required) ```--stack``` (Name of CloudFormation stack to create)
2. (Required) ```--bucket``` (S3 build bucket you created)
3. (Required) ```--cognito``` (Cognito user pool to create)
4. (Required) ```--dns``` (ProTOD FQDN, specified in ACM certificate)
5. (Required) ```--email``` (Email to receive administrative alerts)
6. ```--build-infra``` : Deploy infrastructure via CloudFormation
7. ```--build-web``` : Build and push the web frontend
8. ```--enable``` : Enable S3 Lambda notification, Fargate front end, updates Secrets Manager secret
9. ```--disable```: Disables S3 Lambda notification, Fargate front end, ELB logging
10. ```--build-db``` : Populate the DynamoDB table
11. ```--build-tools``` : Build and push all tool containers
12. ```--build-all``` : Builds ProTOD in it's entirety
- Once complete, create a CNAME in your DNS namespace for the FQDN you chose for ProTOD.
- The value of the CNAME should be set to the ALB DNS name, provided by the build script.
Owner
- Name: Amazon Web Services - Labs
- Login: awslabs
- Kind: organization
- Location: Seattle, WA
- Website: http://amazon.com/aws/
- Repositories: 914
- Profile: https://github.com/awslabs
AWS Labs
GitHub Events
Total
- Watch event: 6
- Public event: 1
Last Year
- Watch event: 6
- Public event: 1
Dependencies
- Flask *
- Flask-Session *
- Flask-WTF *
- Jinja2 *
- MarkupSafe *
- PyJWT *
- WTForms *
- Werkzeug *
- blinker *
- boto3 *
- botocore *
- cachelib *
- cffi *
- click *
- cryptography *
- gunicorn *
- itsdangerous *
- jmespath *
- msgspec *
- packaging *
- pycparser *
- python-dateutil *
- redis *
- s3transfer *
- six *
- urllib3 *
- valkey *