Thanks for your response, Sukaant. I actually don't want to learn new tools to perform this job. I am thinking there must exist a way to store the Cypher queries in text files, and then execute these queries somehow; perhaps using a shell command? I will search in that direction.
Thanks again for your response, and have a great weekend. Diaa On Friday, May 27, 2016 at 12:45:01 PM UTC-4, Sukaant Chaudhary wrote: > > I'll suggest you to move your tables to hive and transfer the data from > hive to neo4j in offline mode using impala, it can be done within minutes. > > -Sukaant Chaudhary > <http://in.linkedin.com/pub/sukaant-chaudhary/33/ba8/479> > > On Fri, May 27, 2016 at 12:41 PM, Diaa ElKott <[email protected] > <javascript:>> wrote: > >> Hello all: >> >> I have a number of table files, which I am parsing, and extracting data, >> and relationships, and using them to construct a Neo4j database. So far, I >> am creating Cypher queries, which I am passing to Neo4j via the browser >> (localhost://7474). This takes a very long time! I am wondering if there is >> an efficient way to send my queries to Neo4j in, say, a text file. >> >> Thanks in advance for your help. >> >> Diaa ElKott >> >> -- >> 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] <javascript:>. >> 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.
