Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.28 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.28 KB

NCI ICDC/CTDC Data Loader

This is the documentation index for the NCI ICDC/CTDC Data Loader

Codacy Badge

Module List

The NCI ICDC/CTDC Data Loader includes multiple data loading modules:

  • Data Loader

    • The Data Loader module is a versatile Python application used to load data into a Neo4j database.
    • Data Loader Documentation
  • File Copier

  • File Loader

    • The File Loader module processes incoming S3 files and then calls the Data Loader module to load the processed file data into a Neo4j database.
    • File Loader Documentation
  • Model Converter

    • The Model Converter uses a combination of YAML format schema files, a YAML formatted properties files, and a GraphQL formatted queries file to generate a GraphQL formatted schema.
    • Model Converter Documentation