Skip to content

0.2.1

Compare
Choose a tag to compare
@prrao87 prrao87 released this 14 Apr 19:37
· 223 commits to main since this release
6806908

Refactor Neo4j data loader schema and queries

This release is for #4.

  • There's no need to complicate things by converting the existing data to a nested dict -- keeping the original dict from the raw data makes sense from a build query perspective
  • Running each portion (nodes first and then edges after) is also unnecessary -- a single build query with WITH and MERGE statements does the job