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

Path node list query

Env - Neo4j 4.0 enterprise OS - Linux Plugins - GDS and apoc I have a data in neo4j like below - CREATE (a:hotel {hotel_id:'A'}), (b:hotel {hotel_id:'B'}), (c:hotel {hotel_id:'C'}), (d:hotel {hotel_id:'D'}), (e:hotel {hotel_id:'E'}), (f:hot...

One ETL Tool bug, one feature request

I'm going through the ETL Tool and there are two issues I am encountering at the "Explore and change your metadata" step. First: If I search by entity name so that only a subset of entities is shown, the Action button pulls up information on the wron...

Recursive query

In my db I have some nodes Message which could have a relationship Replay, in a form like below: (:Message)<-[:REPLAY]-(:Message)<-[:REPLAY]-(:Message)... I want to return a Message which is the start of conversation and all his REPLAY relationships...

lx2pwnd by Node Clone
  • 1320 Views
  • 1 replies
  • 1 kudos

Query running so long and not returning any output

Hi Everyone, I am facing a very common issue with the cypher. when I am trying to run the below query, I am not getting any output and it running forever. match (t3:tx)-[o2:exit]->(a2:add) where t3.id in [list which contains 40k records] return disti...

12kunal34 by Graph Fellow
  • 2486 Views
  • 12 replies
  • 0 kudos

Resolved! Connect to remote graph issue

Hi, I'm trying to connect Neo4j remote Graph and I have tried almost all of the methods in community but they don't work for me. My Neo4j is the latest version. Here are my settings of database: #******************************************************...

yli249 by Node Clone
  • 6517 Views
  • 37 replies
  • 9 kudos

Resolved! How does the LIMIT clause work?

Hi to everyone! I am investigating the first order neighborhood of a node. The node can have an X total number of 1st order neighbors. I am limiting the query results via the LIMIT clause and I get, let's say Y neighbors. How does the LIMIT clause pi...

Resolved! Converting a `localdatetime` to a datetime`

For a scheduling app, I am receiving a time stamp as something similar to a localdatetime. Specifically, it’s generated by an HTML datetime-local input, as YYYY-MM-DDTHH:MM, and that works just fine when passed to localdatetime. The node representing...

Data science DFS returns nonsense

running the code from the example here directly - https://neo4j.com/docs/graph-data-science/current/algorithms/dfs/ it returns A->C->D->E->B running the dfs again returns A->E->D->C->B both of these are different from one another, and both are incorr...

keith2 by Node
  • 1756 Views
  • 9 replies
  • 0 kudos