Skip to content

OHDSI/d2e

Repository files navigation

Data2eEvidence

GitHub Activity D2E CLI Version D2E Docs Discord

🚧 Data2Evidence is under development. There might be breaking changes. 🚧

Why the Data2Evidence platform?

  • End-to-End Platform:
    Get started with our all-in-one platform that simplifies ingestion, integration, ongoing management, and analysis of your research data.

  • Interactive Dataset Exploration:
    Explore datasets with interactive views of the data to evaluate the utility of the dataset to your research question.

  • Visual Cohort Creation:
    Easily create and manage cohorts using a visual interface without any coding knowledge.

  • Integrated OHDSI Solutions: OHDSI solutions like Achilles for descriptive analytics, Data Quality Dashboard for data quality analysis and ATLAS for cohort building are integrated in the platform.

  • Efficient Data Management:
    Organize, store, and secure your research datasets with robust governance and streamlined access.

Data2Evidence Screenshots

D2E Portal D2E Analyze D2E Atlas D2E Notebook

You can find a video of Data2Evidence Cohort Functionality here

Data2Evidence Quick Start

Data2Evidence requires Docker and npm to be installed. You can find more information here

Note: On Windows WSL/Ubuntu is required to run D2E

Install the Data2Evidence CLI by running:

npm i -g d2e

Create folder for Data2Evidence:

mkdir d2e
cd d2e

Generate .env file for Data2Evidence with random generated secretes and certificats:

d2e init

Start the Data2Evidence services by running:

d2e -e start

Create and load demo dataset by running:

d2e setupdemo

You should now be able to see the d2e portal when opening https://localhost:443. You can login with the username admin and the password Updatepassword12345.

For additional setup details and configuration options, please visit the D2E documentation.

Issues & Bug Reports

Encounter an issue or have a feature request? Please help us improve by reporting them through the GitHub Issues page.

CICD

Build / Tests

d2e services d2e functions d2e ui
d2e/cli build and publish d2e-functions build plugin d2e-ui build plugin
d2e/services Docker Build d2e-functions/pa Run HTTP tests d2e-ui/pa (vue)
d2e/services Docker Compose Up d2e flows d2e-ui/portal unit tests (Frontend)
d2e/services Cachedb tests d2e-flows Docker Build d2e-ui/portal unit tests (Components Library)
d2e/services envConverter unit tests d2e-flows build plugin d2e-ui/pyqe unit tests

Get in contact

Please click here to join us in Discord.