This is a version of the ClinGen LoadData project written in Javascript for Node. This isn’t “canon” — LoadData is. This is just to help me understand the data we’re dealing with, and to get practice with the mongoDB node API.
At the moment, it only handles disease data. I’ll add more as I have time and feel the usefulness of doing that.
- Clone git repo
- Run
npm install
- Run mongoDB daemon:
mongod
- Make sure that mongoDB is running, or
mongod
- Run
./get_disease.js --help