NIH | National Cancer Institute | NCI Wiki  

Components:


  1. Data Model
    1. Requires conventions to be added: constraints, acceptable values, required/optional, audit properties
    2. Need to devise a way to load data – script written to take from RDBMS to Neo4J
    3. Need to devise way to load schema
    4. Need a baseline model defined with semantic integration to EVS, NCI-t, BRIDG
    5. Explore Hash idea for easier data loading
  2. Continuous Integration/Continuous Deployment
    1. Create AWS instance
    2. Jenkins
    3. Build Code for Jenkins ß Code Base input
    4. Deploy to AWS
    5. Push to QA
  3. Buildable Codebase
    1. Front End
    2. UI (Java Script Compilation)
    3. Stubs for Backend
    4. APIs
  4. Database Decision
    1. Need to decide on Neo4J vs. other graph databases
    2. Cypher vs. Gremlin is an important decision here for speed and ease of use
    3. Costs also enter into decision point
    4. Goal is to make system database agnostic, so solution must support more than one database choice.
  • No labels