neo4j - Configure output path for tNeo4jOutput - Talend Component -


i loading data neo4j using talend. can see default destination location path tneo4joutput in talend access data @ path through java.

thanks!

saurabh

tneo4joutput talend connector write neo4j. means either

  • write existing store files. in "basic settings" tab of component have ability specify path these store files. make sure no other process accessing these @ same time component.
  • write "remote server". means talking running server's rest api, there no "location" specify other http link (eg."http://yourserver.com:7474/db/data").
  • reuse existing connection (this of time): use tneo4jconnection (to open connection) , tneo4jclose (to close connection). have same options above, apply of neo4j components connect it.

does make sense?

let me know.

rik


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -