https://github.com/intermine/camchildmine
https://github.com/intermine/camchildmine
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/intermine/camchildmine
- Owner: intermine
- Created: 2021-06-08T08:29:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T12:08:11.000Z (over 3 years ago)
- Last Synced: 2025-01-19T18:52:46.080Z (12 months ago)
- Language: Java
- Size: 396 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# camCHILDMine
## CURRENT VERSION
It is the aggregation of 3 databases:
CCC Local authority [~ 14 tables]
CCS Community service + recent (>2020) Mental health [~80 tables]
RiO Mental Health (2013-2020) [~ 800 tables]
These databases are described via 3 csv files, one for each database.
The files can be found in ``extra/db-descr`` directory.
The format of the files is:
TABLE_NAME,COLUMN_NAME,DATA_TYPE
There are helper scripts to build the corresponding InterMine schema and project file from these 3 csv files.
Minor editing is required at the moment.
A small script ``make-loader.sh`` reads the project.xml file and produces a script that can be run to load the data
## PREVIOUS VERSION: ithrive (rudolf's schema) plus risk factors
the model is saved in
``dbmodel/resources/ithrive-camCHILD_additions.xml``
the project file is saved in ``extra/projects/ithrive_project.xml``.