Skip to content

POC for importing data from CSV to SqlServer Graph Database

Notifications You must be signed in to change notification settings

Gambitier/SqlServerGraphDb

Repository files navigation

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


About

POC for importing data from CSV to SqlServer Graph Database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages