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.

Jupyter123
Node Clone
since ‎12-13-2022
‎01-16-2023

User Statistics

  • 25 Posts
  • 0 Solutions
  • 4 Kudos given
  • 1 Kudos received

User Activity

Let me explain it very clearly. I have a graph structure in neo4j which contains head nodes, tail nodes and relationship. Apart from head, tail nodes, i have a main node which connects all head nodes. so it look like this.. As you can see in above p...
I wrote a python code which will extract meaningful relation from a given text as an input. Please check the below image for better understanding The above image show that, I extracted the relation from the text Now i want to move those relation obj...
Hi, I have three questions to ask.------------------------------------------------------------------------1) Is it possible to import set of documents(pdf,doc,csv..) into neo4j ?------------------------------------------------------------------------...
Internally, Neo4j has movie DBMS, I want to export to csv file. I dont see any option to export it as csv file, i dont know how to enable it.
CREATE (john:User {name:'John', gender:'M', age:'28'}) RETURN john I used this command to create a User node and under that it has 3 properties But the ID property is been generated by default By default it is 0 But i want to change the ID property t...
Kudos from
Kudos given to