Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Releases: knowbi/knowbi-pentaho-pdi-neo4j-output

UNWIND support in the Cypher step

05 Sep 16:09
1d089ad
Compare
Choose a tag to compare

Implements #23 and part of #22 (Get Parameters button)

To install this version, unzip file Neo4JOutput-3.7.0.zip in your Kettle (Pentaho Data Integration) distribution, in the plugins/ folder. Don't forget to remove any older Neo4JOutput folder first.

3.6.0 : Documentation updates

03 Aug 11:47
173250f
Compare
Choose a tag to compare

Implements #1 #2 #3

To install this version, unzip file Neo4JOutput-3.6.0.zip in your Kettle (Pentaho Data Integration) distribution, in the plugins/ folder. Don't forget to remove any older Neo4JOutput folder first.

3.5.0 : standardize property names

03 Aug 10:12
8c92506
Compare
Choose a tag to compare

Implements #13

To install this version, unzip file Neo4JOutput-3.5.0.zip in your Kettle (Pentaho Data Integration) distribution, in the plugins/ folder. Don't forget to remove any older Neo4JOutput folder first.

3.4.0 : fix variable usage in Neo4j connections

01 Aug 20:58
6271cda
Compare
Choose a tag to compare

Fix for issue #14

To install this version, unzip file Neo4JOutput-3.4.0.zip in your Kettle (Pentaho Data Integration) distribution, in the plugins/ folder. Don't forget to remove any older Neo4JOutput folder first.

Graph Output bug fix

19 Jul 13:34
678c80e
Compare
Choose a tag to compare

Bug fix for issue #10

To install this version, unzip file Neo4JOutput-3.3.0.zip in your Kettle (Pentaho Data Integration) distribution, in the plugins/ folder. Don't forget to remove any older Neo4JOutput folder first.

3.2.0 Bug fix and code hardening

18 Jul 08:44
4e07438
Compare
Choose a tag to compare

Functionally the same as version 3.1.0 but with a few important bug fixes:

  • Better lookup of metastore reference in "difficult" scenarios (Kafka sub-transformations)
  • issue #8
  • Code reformat for easier future diffs

To install this version, unzip file Neo4JOutput-3.2.0.zip in your Kettle (Pentaho Data Integration) distribution, in the plugins/ folder. Don't forget to remove any older Neo4JOutput folder first.

3.1.0 Bug fixes only

13 Jul 09:36
05d73ce
Compare
Choose a tag to compare

Bug fix for incorrectly generated MERGE statement with extra non-key properties

To install this version, unzip file Neo4JOutput-3.1.0.zip in your Kettle (Pentaho Data Integration) distribution, in the plugins/ folder. Don't forget to remove any older Neo4JOutput folder first.

Faster loading with UNWIND

07 Jul 16:41
05d73ce
Compare
Choose a tag to compare

This release adds the "CREATE" option in the Neo4j Output step which uses UNWIND to increase performance.

To install this version, unzip file Neo4JOutput-3.0.zip in your Kettle (Pentaho Data Integration) distribution, in the plugins/ folder. Don't forget to remove any older Neo4JOutput folder first.

2.0

06 Jul 09:22
5e2f7d0
Compare
Choose a tag to compare
2.0

Adding many features and 2 new steps to execute Cypher.
Graph Output is a conceptual step, will change in the future.

To install this version, unzip file Neo4JOutput-2.0.zip in your Kettle (Pentaho Data Integration) distribution, in the plugins/ folder.

1.0

02 Sep 09:06
Compare
Choose a tag to compare
1.0

This new version of the plugin is a rewrite of the original plugin:

  • new UI to create from and to nodes with relationships. Nodes can have labels and properties, relationships can have properties.
  • uses BOLT instead of REST protocol for better stability and far better performance.