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

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 855 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1118 Views
  • 1 replies
  • 1 kudos

How do I use the browser using ssh tunnel?

I set up an ssh tunnel to access the cluster inside an AWS VPC. I point my browser at localhost:7474/browser and log in using the correct creds but it's giving a service unavailable error. I can curl to the cluster using the same creds with no proble...

henry by Node Link
  • 4490 Views
  • 7 replies
  • 3 kudos

Resolved! Speeding up my graph update

Guys, how are you? I am updating my graph to get rid of my Year nodes. I have set the following query and it has been running for roughly 8 hours, but it only executed 15% of the job so far: call apoc.periodic.commit(" match (afe:Measurement)-[:tak...

Unwind creates 2 rows instead of one

Hello, I am new in Neo4j. I am trying to import a json(schema) file in order to see the data in the graph. The json file looks like this: { "data": { "id": "3124test2134", "information": [ { "name": "info name", "tags": ...

Angelos by Node Link
  • 1607 Views
  • 4 replies
  • 3 kudos

Recursive path solver

Hi! I have a tree structure where ids are a list of parameters. For example ["A","B"]. IIf both these parameters are used as input it will fetch next node in tree and so on. This is the code and an image of the nodes. CREATE (t1:Tree {id:["A","B"]})...

2X_7_787fc1722a3f9f749cb1ce99359d0a73d907ee29.png

Negate Variable Length Path Query

dataset *very similar to Movie dataset provided by Neo4j: github.com Manish-Giri/Neo4J-GraphDB-Foundations/blob/master/Data/create-course-data.cypher // Neo4j course data CREATE (TheMatrix:Movie {title:'The Matrix', released:1999,...

rcfro2 by Node Clone
  • 3084 Views
  • 27 replies
  • 1 kudos

Resolved! Out of memory error

Does anyone had this error before guys ? Knowing that I changed these two lines : #dbms.memory.heap.initial_size=512m #dbms.memory.heap.max_size=512m from 512 to 10000 but it didn't work ! HELP PLEASE

2X_3_376d6eb5bbf1cca3d6cd05f80ec1f70c66db57dc.png

Cannot display my graph in Gephi

I just installed Gephi to work on it . When I tried a test in Neo4j , I uploaded it successfully in Gephi . Now I wanted to upload my nodes that I have in my project from neo4j to Gephi and I followed the same steps and I am using this query : match ...

2X_3_37300dd5aa412cf2290528d714cafbdcfe044d58.png

Resolved! Query variable binding and the position of SKIP

Hello everyone I have spotted the following behaviour and I thought I would confirm if it is intended: SKIP is ignored if it follows LIMIT but the query passes validation (?)Ranges are valid for lists but not for strings (?).If you "use" a variable i...