You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Cypher template of the sink configuration, you can currently provide Cypher that will be executed per row of the batch (after the UNWINDing of the batch as event).
It would be useful to provide an alternate approach which can reference an external Cypher file and use that for execution (such that the Cypher from the file is amended, the UNWIND being appended to the beginning, and then cached so the file read doesn't happen per batch).
This would pair nicely with #155 , specifically a procedure to refresh the Cypher by rereading the file, allowing runtime changes based on changes to the Cypher in the file.
How this feature can improve the project?
This adds runtime flexibility, and decouples the Cypher from the template file.
The text was updated successfully, but these errors were encountered:
Feature description
In the Cypher template of the sink configuration, you can currently provide Cypher that will be executed per row of the batch (after the UNWINDing of the batch as
event
).It would be useful to provide an alternate approach which can reference an external Cypher file and use that for execution (such that the Cypher from the file is amended, the UNWIND being appended to the beginning, and then cached so the file read doesn't happen per batch).
This would pair nicely with #155 , specifically a procedure to refresh the Cypher by rereading the file, allowing runtime changes based on changes to the Cypher in the file.
How this feature can improve the project?
This adds runtime flexibility, and decouples the Cypher from the template file.
The text was updated successfully, but these errors were encountered: