Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 955 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 955 Bytes

PoC implementation of importing CSV data to graph db.

  • SQL script for creating database can be found here
  • Sample files to upload can be found here

Steps:

  1. Create a task by providing task name, this will return int task id

  2. Use this task id, for following operations

    • GetTaskDetail: Returns list of names of files uploaded

    • Upload data files: sample files, use following enums

      • File Type Enums:

        • Job = 1,

        • Operation = 2,

        • Project = 3,

        • Relation = 4

    • ExecuteTask: Parses the csv files and upload data first into relational database and then to graph database tables