All,
With @lee_evans assistance, we’ve released CIRCE to the web at the following url:
http://www.ohdsi.org/web/circe/
Note, that the WebAPI that this app is configured to use is using postgres sql dialect. If we want to put up a circe for each dialect we support, I think we could put up an app under /circe_mssql and /circe_oracle (and rename current /circe to /circe_postgres), HOWEVER, the normal use-case for CIRCE is that it generates cohorts against a specified webAPI endpoint which is specifically configured for a single cdm. The ‘generate’ button you see on the current screen is just for looks, and it is not the intent for Circe to give you the sql at all, but for now, we provide it because it could be usefull right away to help you define cohorts for studies.
You can get the latest code at the following GitHub repo:
This release depends on the latest version of WebAPI:
If postgres dialect is not good for you, just pull webAPI and Circe into your local environment (hosted on a Java-enabled container) and set the dialect to your needs.
Comments welcome!
-Chris