Hi there!
I am thinking to set up Achilles (and eventually Atlas) on my local computer. and have been reading the documentation on github (GitHub - OHDSI/Achilles: Automated Characterization of Health Information at Large-scale Longitudinal Evidence Systems (ACHILLES) - descriptive statistics about a OMOP CDM database). From what I undertand, we should have a data tables in CDM format stored in a database server. Following which,
- we can run a command in R to create cdmDatabaseSchema, resultsDatabaseSchema and vocabDatabaseSchema schemas from the data tables
- the three schemas are exported to json in a ‘data’ directory in the root of the AchillesWeb folder
- we create a file in the AchillesWeb ‘data’ directory named ‘datasources.json’
and the data should load on Achilles web.
My plan to use the sample tables (SynPUF 1000 person) from Downloads - LTS Computing LLC as the data in CDM format.
However I was wondering:
- Are the sample tables mentioned above sufficient for setting up and testing out Achilles/Atlas? Also do we have to name the tables in a certain fashion (all lower case, name has to match CDM table names exactly, etc) for Achilles to work?
- Earlier when we configured WebAPI for Atlas (http://www.ohdsi.org/web/wiki/doku.php?id=documentation:software:webapi:webapi_installation_guide), we created a schema called WebAPI under a database called OHDSI in database server of our choice. Do we store the tables in the same database (OHDSI) or schema(webapi) that was created then?
- Also, under which database should we store dmDatabaseSchema, resultsDatabaseSchema and vocabDatabaseSchema that was created by the R command?
I would appreciate any advice on this. Thanks very much!
Regards,
Hui Xing