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
  • 966 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
  • 1195 Views
  • 1 replies
  • 1 kudos

hasRelation method returns wrong result

Hello, I am getting a not consistent behavior of the hasRelation method when used by my custom stored procedure. Stream<Node> filterNodesByRelationType(List<Node> nodes) { return nodes.stream().filter(node -> node.hasRelationship(Direction.OU...

Not able to start neo4j server

Hi Team, We have two neo4j servers which are in cluster. When I am trying to restart the server, its showing Server is running at so and so port. But when I am trying to open it from browser, its not opening. After some time its getting shut down wit...

How to improve this query?

Hi! Good morning friends. I'm trying to find out what is the last nodes that have a relationship created for another node in my project. For that I wrote this Cypher statment: MATCH (CPF1:PF)-[:PARENTE_DE]->(CPF2:PF) return CPF1.CPF ORDER BY CPF1.CPF...

2X_b_b67c57c386fe61d4dd55aa088f7bdb3f6a25fac3.png

Trying to add wkt to spatial layer fails

I've manged to install the community edition of the spatial library and I'm attempting to add WKT cords to may WKT Layer. The nodes that have the the WKT properties have them stored in strings like: 'POLYGON((-96.30509799 36.18377966,-96.31404315 36....

Creating a subset graph

Hi, newbie question: I have a graph with "Literature" and "Keyword" nodes, and I wanted to display all Literature with say >200 keywords with the Keyword nodes. Can anyone help with the right cypher query to achieve this? Here's what I tried: (1) mat...