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

Search for Polygon nodes using the found path nodes

Hi, I have a schema composed by WaterNodes, where they are connected between them via relationship CONNECTED. At each WaterNodes, there is a Shapefile node associated. I'm trying to get all Shapefiles of nodes that form a path, but the query seems...

GDS Concurrency parameter doesn't impact performance

Hi, I am running Neo Enterprise Edition with GDS Standard Edition on a machine with 16 cores and 122 GB mem. I'm running DFS algorithm through the GDS and it looks like changing the concurrency parameter in the config seems to have no impact on perfo...

naveh by Node
  • 523 Views
  • 2 replies
  • 0 kudos

Get friend posts with comments and likes

I'm new to neo4j and tried making a query that gets the following: all stories of friends that haven't been seen by the user & aren't privatecomments of friends on that storylikes of friends on that story My query looks like this: Match (P:User {id: ...

3X_0_f_0f43099664851e04d091db1d9a146b687a4b517e.png

Saving data back to neo4j using python

I'm trying to save the PageRank data back to Neo4j, as the steps in https://neo4j.com/blog/neo4j-3-0-apache-spark-connector/ but an error occured. My code is as follow: import org.neo4j.spark._ import org.apache.spark.graphx._ import org.apache.spar...

Can't establish connection to Neo4j from AWS Lambda

Good morning everybody, I am trying to deploy a lambda function on AWS that updates a neo4j db hosted on my EC2 machine. This is the code for the lambda, with some alterations due to my company's policy import base64 import gzip from neo4j import Gra...

I can not start a project

I am creating the project, when I want to start I get this error. How can I fix it? [2021-04-16 12:31:14.652] [info] Starting Neo4j Desktop 1.4.3 @ Windows_NT 10.0.19041 [2021-04-16 12:31:14.805] [info] Initializing persistence [2021-04-16 12:31:14....

Resolved! Keyboard shortcuts not working - caught by browser

I'm trying to hide nodes in my graph with keyboard shortcut "ctrl+h", but the web browser (Chrome and Edge) catches the shortcut and opens browser history instead. Any ideas? I know I could hide nodes with a keyboard shortcut a couple of months ago, ...

Anna by Node Link
  • 676 Views
  • 4 replies
  • 2 kudos

Resolved! Create node with a list as a property

Hi Im trying to create a new node and i want to create a property with a list of values from a variable tx.run(''' MATCH (n:name {surname: $surname}) SET n.cars = $cars RETURN n ''', surname='javi', cars = ['car1...