Data2Evidence is an end-to-end solution for management and analysis of OMOP data - https://data2evidence.org
43
stars
2,165
commits
TypeScript
primary language
Sep 6, 2026
updated
:construction: Data2Evidence is beta software. There might be breaking changes. :construction:
Transforming fragmented health data into actionable insights - with speed and precision.
Data2Evidence (D2E) is an open-source research platform that streamlines the entire journey from raw health data to reproducible scientific evidence.
Built for the OHDSI community and powered by the OMOP Common Data Model (CDM), it unifies data ingestion, transformation, quality assessment, and analysis within one consistent, end-to-end environment.
Modern health data is often fragmented across incompatible systems, making research time-consuming and error-prone.
Data2Evidence directly addresses these challenges — enabling researchers, data custodians, and institutions to standardize data, run quality checks, define cohorts, and analyze results with unparalleled transparency and speed.
| Category | Description |
|---|---|
| Intuitive Cohort Building | Define, refine, and assess patient cohorts with a no-code interface and real-time feedback. |
| Integrated Analytics & AI | Run R or Python notebooks, assisted by an integrated coding chatbot. |
| Comprehensive Interoperability | Full OMOP CDM and FHIR support, adhering to FAIR data principles. |
| Powerful Dashboards | Monitor dataset quality and utility through dashboards. |
| Data Quality Checks | Perform standardized data quality checks on entire datasets or selected cohorts. |
| Federated & Collaborative Research | Share cohorts and analyses across institutions via Git-based workflows. |
| Flexible Deployment | Containerized architecture supports both on-premise and cloud setups. |
| Extensible Architecture | Add custom ETL steps, ML models, and integrations as research evolves. |
Data2Evidence supercharges the OHDSI ecosystem, combining familiar tools with new orchestration and governance features.
Create folder for Data2Evidence
mkdir d2e
cd d2e
Install the Data2Evidence CLI
Set VERSION and your platform, then download it as d2e.
Linux / macOS — PLATFORM is one of linux-x64, linux-arm64, darwin-x64, darwin-arm64:
VERSION="0.17.0-beta" # any released version
PLATFORM="darwin-arm64" # your OS/arch
curl -L "https://github.com/OHDSI/Data2Evidence/releases/download/v$VERSION/data2evidence-cli-$VERSION-$PLATFORM" -o d2e
chmod +x d2e
Windows (PowerShell):
$VERSION = "0.17.0-beta" # any released version
curl.exe -L --progress-bar -o d2e.exe "https://github.com/OHDSI/Data2Evidence/releases/download/v$VERSION/data2evidence-cli-$VERSION-windows-x64.exe"
Generate .env file for Data2Evidence with random generated secrets and certificates
./d2e init
Start the Data2Evidence services
./d2e -e pull
./d2e -e start
Create and load demo dataset
./d2e setupdemo
Access via https://localhost:443
Default credentials: admin / Updatepassword12345
Full guide: data2evidence.org/docs/getting_started
services/ → Backend microservices (auth, ETL, storage)
ui/ → Frontend web interface
flows/ → Prefect-based orchestration flows
functions/ → Analytical utilities and notebook helpers
We welcome community contributions!
If you use Data2Evidence in your research, please cite it using the metadata in CITATION.cff. GitHub provides a "Cite this repository" shortcut in the sidebar that generates APA and BibTeX entries from this file.
Licensed under the Apache 2.0 License.
Developed by Data4Life, supported by the Hasso Plattner Foundation and global research partners.
Let's unlock the potential of global health data - together.
👉 Explore now at data2evidence.org
TypeScript
51.5%
JavaScript
31.1%
Python
7.4%
Vue
4.5%
HTML
1.7%
SCSS
1.3%
Data2Evidence is an end-to-end solution for management and analysis of OMOP data - https://data2evidence.org
43
stars
2,165
commits
TypeScript
primary language
Sep 6, 2026
updated
:construction: Data2Evidence is beta software. There might be breaking changes. :construction:
Transforming fragmented health data into actionable insights - with speed and precision.
Data2Evidence (D2E) is an open-source research platform that streamlines the entire journey from raw health data to reproducible scientific evidence.
Built for the OHDSI community and powered by the OMOP Common Data Model (CDM), it unifies data ingestion, transformation, quality assessment, and analysis within one consistent, end-to-end environment.
Modern health data is often fragmented across incompatible systems, making research time-consuming and error-prone.
Data2Evidence directly addresses these challenges — enabling researchers, data custodians, and institutions to standardize data, run quality checks, define cohorts, and analyze results with unparalleled transparency and speed.
| Category | Description |
|---|---|
| Intuitive Cohort Building | Define, refine, and assess patient cohorts with a no-code interface and real-time feedback. |
| Integrated Analytics & AI | Run R or Python notebooks, assisted by an integrated coding chatbot. |
| Comprehensive Interoperability | Full OMOP CDM and FHIR support, adhering to FAIR data principles. |
| Powerful Dashboards | Monitor dataset quality and utility through dashboards. |
| Data Quality Checks | Perform standardized data quality checks on entire datasets or selected cohorts. |
| Federated & Collaborative Research | Share cohorts and analyses across institutions via Git-based workflows. |
| Flexible Deployment | Containerized architecture supports both on-premise and cloud setups. |
| Extensible Architecture | Add custom ETL steps, ML models, and integrations as research evolves. |
Data2Evidence supercharges the OHDSI ecosystem, combining familiar tools with new orchestration and governance features.
Create folder for Data2Evidence
mkdir d2e
cd d2e
Install the Data2Evidence CLI
Set VERSION and your platform, then download it as d2e.
Linux / macOS — PLATFORM is one of linux-x64, linux-arm64, darwin-x64, darwin-arm64:
VERSION="0.17.0-beta" # any released version
PLATFORM="darwin-arm64" # your OS/arch
curl -L "https://github.com/OHDSI/Data2Evidence/releases/download/v$VERSION/data2evidence-cli-$VERSION-$PLATFORM" -o d2e
chmod +x d2e
Windows (PowerShell):
$VERSION = "0.17.0-beta" # any released version
curl.exe -L --progress-bar -o d2e.exe "https://github.com/OHDSI/Data2Evidence/releases/download/v$VERSION/data2evidence-cli-$VERSION-windows-x64.exe"
Generate .env file for Data2Evidence with random generated secrets and certificates
./d2e init
Start the Data2Evidence services
./d2e -e pull
./d2e -e start
Create and load demo dataset
./d2e setupdemo
Access via https://localhost:443
Default credentials: admin / Updatepassword12345
Full guide: data2evidence.org/docs/getting_started
services/ → Backend microservices (auth, ETL, storage)
ui/ → Frontend web interface
flows/ → Prefect-based orchestration flows
functions/ → Analytical utilities and notebook helpers
We welcome community contributions!
If you use Data2Evidence in your research, please cite it using the metadata in CITATION.cff. GitHub provides a "Cite this repository" shortcut in the sidebar that generates APA and BibTeX entries from this file.
Licensed under the Apache 2.0 License.
Developed by Data4Life, supported by the Hasso Plattner Foundation and global research partners.
Let's unlock the potential of global health data - together.
👉 Explore now at data2evidence.org
TypeScript
51.5%
JavaScript
31.1%
Python
7.4%
Vue
4.5%
HTML
1.7%
SCSS
1.3%