Giter Site home page Giter Site logo

Comments (11)

jexp avatar jexp commented on July 18, 2024

Please explain your use-case.

It can append to existing databases, if you configure it like that.

from batch-import.

prashant23 avatar prashant23 commented on July 18, 2024

actually am trying to import data in neo4j using this utility at first am able to do the same but when i try to export new data then it overwrites the existing one so can you tell me how i can import the new relationship or append the existing relationship's data b/w existing nodes using this utility.

from batch-import.

jexp avatar jexp commented on July 18, 2024

Please study the readme file.

from batch-import.

prashant23 avatar prashant23 commented on July 18, 2024

yes i have tried using batch_import.keep_db=true in batch.properties file but it is creating new nodes and new relationship can you tell me how i can update the existing relationship if will provide new relationship.csv file will all the updated information in it ??

from batch-import.

prashant23 avatar prashant23 commented on July 18, 2024

now the data is not being deleted that problem is solved existing data is also there and it is making new nodes and relationships!!

from batch-import.

prashant23 avatar prashant23 commented on July 18, 2024

Can any body tell me that is it possible what am trying to do with batch-import tool or not ???

from batch-import.

jexp avatar jexp commented on July 18, 2024

This csv-importer is meant for initial imports of CSV-files, not updates.

But you can easily write your own import/update tool using Neo4j's BatchInserter API, feel free to reuse code from this tool for that.

from batch-import.

prashant23 avatar prashant23 commented on July 18, 2024

Hi can you provide some example code or sample code for doing update in existing nodes and relationships on the basis of their index that will be very helpful. am trying to do same kind of thing which you have done for generating nodes and relationship of Callers and Calls made. i have seen that example which you have given on stack overflow.

http://stackoverflow.com/questions/7794972/neo4j-huge-graph-and-solution

from batch-import.

jexp avatar jexp commented on July 18, 2024

I think if you don't want to go with the CSV-batch-inserter it is best to ask on the google group or stackoverflow, so that more people benefit from the answer. Also please share there the work you've already done and where you got stuck.

from batch-import.

prashant23 avatar prashant23 commented on July 18, 2024

sure i'll post my question there also, can you show some light on what am trying to do i want to update the relationship in existing nodes in batch mode can you help ??

from batch-import.

stephanf avatar stephanf commented on July 18, 2024

The batch importer is for clean import only, it erases all data in a graph db.

To do a continous update / insert on a graph db you need to program you own logic or use a standard ETL tool with the neo4j jdbc driver.

In my opinion jdbc is ok but not perfect. Building your own update mechanism is more effort but better for you specific domain. Also because ETL tools do follow a SQL paradigma - which can hurt.

You also can have a look at the OGM of hibernate.

Sorry for posting here...

On 28.10.2013, at 11:50, prashant23 [email protected] wrote:

sure i'll post my question there also, can you show some light on what am trying to do i want to update the relationship in existing nodes in batch mode can you help ??


Reply to this email directly or view it on GitHub.

from batch-import.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.