Thank you so much for your response! Are you willing to elaborate on why WebAPI cannot be hosted on a Redshift Database? Evidently there’s a flyway snag, but what else? Is this on the WebAPI roadmap?
Furthermore, can you expand on WebAPI & OHDSI (Achilles) with redshift spectrum? Can SQLRender be configured to work with external schemas?
We used to support oracle and mssql server, but since it was a lot to maintain, we narrowed it down to just postgres for support purposes (we are a volunteer op, afterall)
Redshift is not a RDBMS, it’s a MPP, meaning it supports features that lend itself to data analytics (distribution of tables on a key for example), but does not support ‘application’ features such as sequences, primary keys, foreign keys, etc.
Achilles (one of the analytics supported by HADES, among others) are written to produce statistics from CDM formatted data. This is a distinct data model from WebAPI.