0.2.1
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