ExposuresProvider / icees-api

MIT License
2 stars 8 forks source link

Formalize cohort data sources #28

Open maximusunc opened 4 years ago

maximusunc commented 4 years ago

This can be more of a discussion.

Right now, it looks like the cohort data source comes back as features inside that cohort. This means that the user will have to request all cohorts for a given table and year, and then filter from there based on what data source they want. Is this how we want it to work?

Do we want to move the data source to be a parameter in the initial call to get cohorts?

Should the data sources be on different ports?

karafecho commented 4 years ago

The idea is to be able to decide which data source to point to: UNC Health; NIEHS EPR; or Joint UNC Health - NIEHS EPR.

karafecho commented 4 years ago

See related #29 and #30.