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
Post a Comment