https://github.com/ai-readi/dqd-shiny-app
The OHDSI DataQualityDashboard Shiny app packaged as a container for easy deployment
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 (7.1%) to scientific vocabulary
Repository
The OHDSI DataQualityDashboard Shiny app packaged as a container for easy deployment
Basic Info
- Host: GitHub
- Owner: AI-READI
- License: mit
- Language: HTML
- Default Branch: main
- Size: 2.32 MB
Statistics
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
DataQualityDashboard Shiny App
This image contains the Shiny App for the DataQualityDashboard. It is based on the rocker/shiny-verse image.
To build the image, use the following command:
docker build -t dqd-aireadi .
The following command will run the container in the background and serve it on the default port 3838.
docker run -d -p 3838:3838 dqd-aireadi
To access the app, open a web browser window and visit http://localhost:3838 once it is running.
By default, the Shiny app uses the sample results.json from the DataQualityDashboard library. There are a couple methods to define another result source. The first method is to mount the results.json output file from the DataQualityDashboard::executeDqChecks in a volume and set the jsonPath environment variable to its location.
docker run -d -p 3838:3838 \
-v /local/path/to/result.json:/container/path/to/result.json \
-e jsonPath=/container/path/to/result.json \
dqd-aireadi
Alternatively, if the result.json is available from an URL, use the address for the jsonPath environment variable.
docker run -d -p 3838:3838 \
-e jsonPath=https://example.com/result.json \
dqd-aireadi
Owner
- Name: AI-READI
- Login: AI-READI
- Kind: organization
- Location: United States of America
- Repositories: 22
- Profile: https://github.com/AI-READI
Organization of the AI-READI data generation project of the NIH-funded Bridge2AI Program
GitHub Events
Total
Last Year
Dependencies
- actions/checkout v3 composite
- rocker/shiny-verse latest build
- actions/checkout v3 composite
- azure/aci-deploy v1 composite
- azure/container-apps-deploy-action v1 composite
- azure/docker-login v1 composite
- azure/login v1 composite