Hi Roopa, i'm not an expert of neo4j but i had the same problem to create a big graph, it's a good choice run a cypher query with LOAD CSV tool http://neo4j.com/docs/2.3.2/query-load-csv.html, is very fast, and the you mustn't stop the db.
Il giorno sabato 16 gennaio 2016 00:34:46 UTC+1, Roopa ML ha scritto: > > Hi, > > I want to know the best practice to create a graph database. > That is creating nodes, relationship between nodes. > > Right now we are using batch importer. However this cannot be used > periodically on production system since we need to shutdown the database. > > Hence what are the options for creating and periodically updating a graph > database? > > Thanks > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
