OHDSI / Atlas

ATLAS is an open source software tool for researchers to conduct scientific analyses on standardized observational data
http://atlas-demo.ohdsi.org/
Apache License 2.0
258 stars 126 forks source link

Integrating Strategus into Atlas/WebAPI #2892

Open anthonysena opened 8 months ago

anthonysena commented 8 months ago

Summary

We've been developing Strategus as a way to capture study design choices across the many HADES analytics packages and to standardize the R execution environment for running a study. We need to integrate Strategus study design and execution into the Atlas/WebAPI projects.

Details

Atlas/WebAPI make use of several HADES packages through a shared set of Java libraries that are referenced in the project (i.e. SqlRender, FeatureExtraction, Hydra). This integration is critical to provide shared functionality between HADES & Atlas.

<More to come and putting this together for the HADES Hack-a-thon at OHDSI Symposium 2023>

anthonysena commented 4 months ago

I'm adding this to the v2.15 release with the idea that we can start to develop a "proof of concept" and not a full-blown designer at this point. I just want to note this as I plan to put some work into this so we can start to evaluate the necessary components required to support this integration.