Yes I think that would be the best option. If you have to load these kinds of files frequently you could just re-use that converter.
Otherwise you could write a user defined procedure for Neo4j in java that can parse the files and makes them available to cypher to create / update graph structures. Cheers, Michael On Mon, Jul 3, 2017 at 6:20 AM, Phaneendra <[email protected]> wrote: > I'm dealing with a not-so-normal use case where data is present in WARC > files. > https://en.wikipedia.org/wiki/Web_ARChive > And i want to import the data into Neo4j. > > One solution i can think of is to parse the WARC file (some java code to > read), then write structured data into CSV so that it can then be loaded > using some import tool. > > Is extracting into CSV the only option to load data into Neo4j? > > Could you give me some advise or best practices on how to go about > implementing this use case? > > Best, > Phaneendra > > -- > 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. > -- 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.
