Skip to content

Releases: jalakoo/neo4j-uploader

0.6.0

22 Jul 12:34
Compare
Choose a tag to compare
  • batch_upload_generator() function added. Iterator version of batch_upload() that can be used for progress tracking
  • start_logging() and stop_logging() functions deprecated. Use standard logger named 'neo4j_uploader' instead
  • upload() function flagged for deprecation, use batch_upload() or batch_upload_generator() instead

0.5.3

27 Feb 00:36
Compare
Choose a tag to compare
  • Fixed broken overwrite option

0.5.1

01 Jan 21:18
Compare
Choose a tag to compare
  • new batch_upload function added
  • batch_upload function uses more flexible data schema
  • docs added
  • Python 3.9+ support

0.4.0

10 Nov 09:06
950bd04
Compare
Choose a tag to compare
  • Custom node key support added
  • Batch size argument added
  • Dedupe option argument added
  • Target Neo4j database may be specified
  • Improved underlying Cypher query processing
  • Additional tests added
  • Upload() function outputs seconds to complete processing, nodes created, relationships created, and properties that were set

0.1.0

25 Oct 05:37
Compare
Choose a tag to compare

Initial Release