Skip to content

ClinGen/load-data-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

load-data-node

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.

Prerequisites

Project setup

  • Clone git repo
  • Run npm install
  • Run mongoDB daemon: mongod

Project startup

  • Make sure that mongoDB is running, or mongod
  • Run ./get_disease.js --help

About

A version of LoadData written in node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published