cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Forum Posts

Resolved! iterate through two lists with foreach

Hi everyone, I'm trying to use a parametrized query to create my graph. ````:param A => ["AA","AB"];:param B => ["BA","BB"]; WITH $A as A, [10,30,30,26] as durationFOREACH (c in A and d in duration| CREATE(:field { name:c, duration:d})); This query d...

mayassia by Node Link
  • 821 Views
  • 3 replies
  • 1 kudos

How Can speed up Neo4j Importing CSV FILE

I'm using the code below to import the data, but it takes a very long time, knowing that the size of data is not large only (3.3 megabytes). Is it possible to modify the code or use another method to speed up the data import process? code: LOAD CSV W...

bahzad by Node
  • 799 Views
  • 4 replies
  • 0 kudos

Prashanth - Toronto, Canada

I'm a developer based in Toronto, Canada - I consider myself a beginner with Neo4j and Cypher right now, but am hoping to advance my knowledge to an intermediate level by learning from the community. I'd love to contribute back in any way I can too! ...

prrao by Node
  • 852 Views
  • 1 replies
  • 0 kudos

BennyTheMemer here, love from Portugal.

Hello everyone, hope you're doing great. My name is Bernardo and I'm a Junior front-end (back-end also if needed) developer.  I got an idea for a project that I'll brainstorm for the next week and come back to it. The initial idea would be to develop...

Hello Everyone

Hello everyone, I am new to graph and neo4j. I feel great relief from relational databases but I also feel all the uncertainties of this new world of graph. Hopefully soon I will be able to acquire enough knowledge to contribute to conversations, for...

Hello from India :)

Hello everyone, My name is Siddhant and I have recently joined Neo4j as Tech Community Manager and I will be leading communities in APAC. I am based out of Bangalore, India and happy to catch up if you are around. My LinkedIn URL is: https://www.lin...

Introduce me

Hi,I'm new to graphs word, I'm looking for uses for knowledge graphs in business matters. It's my first time with Neo4j.

ludubo by Node
  • 574 Views
  • 1 replies
  • 0 kudos

Greetings from Malaysia

Hello everyone.I am Ahmad from Malaysia. Currently a Data Scientist at an IT company, and am still a beginner in the scene of programming and data.Currently working in a project that is powered by neo4j as a tool for graphical analysis. GraphAcademy ...

Community Introduction From Conrad Taylor

Hello everyone, I'm a software engineer that's originally from Chicago, Illinois. I have been developing software for several years and loving it. Also, I have interests in robotics, artificial intelligence, foreign languages, traveling, movies, and ...

Help on query

Hi All, I am learning the Neo4j. I am trying to run a query on Movie db Q> get the name of movies given a person name. can any one please help me. thank you