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
  • 876 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
  • 1131 Views
  • 1 replies
  • 1 kudos

Resolved! How To Avoid Multiples Nodes for Same Value

Thank you.I have a question, like If I have data like this, why am I getting 8 different nodes when I import? Where as there as only 5 different customers where 3 customer have two order id's. Can I put those two order id's into properties instead of...

Screenshot 2022-09-15 213724.jpg Screenshot 2022-09-15 213854.jpg
mochalla by Node Clone
  • 570 Views
  • 3 replies
  • 2 kudos

Resolved! Neo4j 4.1.1 change password using Rest API

Hello, i'm trying to use this API to reset password of a user on Neo4j 4.1.1 but i receive 404: curl -v -H "Content-Type: application/json" -X POST -d '{"password":"Accenture.1"}' -u neo4j:neo4j http://localhost:7474/user/neo4j/password About to conn...

Resolved! Retaining Cypher Queries

Hi, is there a way to make the browser.graphapp.io retain the queries I have made before logging off? It's kind of time-consuming to copy-paste the queries I have done for the day on a word doc so that I don't forget the codes I have created the next...

Community detection for bipartite graph

Hi, Is there a way to detect communities in a bipartite graph?  For bipartite graphs (e.g. users and movies), I know it is possible to calculate similarities for pairs of nodes (i.e. users). What I would like to do is to get the groups of users that ...

neo4j algorithm and neo4j spatial

Hi , Which algo is used for showing the different color of different path ? How to get access of neo4j spatial ? Where to set parameter to put for the query in neo4j dashboard? Thank you! Thanks and Regards Rohit Kumar

Resolved! Is reduce() the right way to do Cumulative Sums in Cypher

If I wanted to perform a cumulative sum operation similar to that of: int x = 0; int i = 0; for ( i = 0; i = 10, i++) { x = x +5 } system.out.println(x); where I would get a returned value of 55. How would I perform this action in Neo4j using c...

gq16 by Node Clone
  • 3119 Views
  • 20 replies
  • 5 kudos

Neo4j Spatial

Hi, How can we download neo4j spatial of beta version or how can I integrate it to Neo4j desktop or how can I get its exe file? Please reply ASAP Thanks  Rohit

Longest Path with condition

Hi, I need to find the longest path between 2 nodes with the relationship HAS_INVOICE  MATCH p=(f:Company)-[r:HAS_INVOICE*1..10]->(t:Company) RETURN p; this query is working fine. Now I need only the relationship with invoiceState property with value...

Error on 4.2 - New

Neo.ClientError.Procedure.ProcedureCallFailed Failed to invoke procedure apoc.path.subgraphNodes: Caused by: java.lang.ClassNotFoundException: org.neo4j.graphdb.TransactionGuardException This procedure was working fine in 4.1 is now breaking in 4.2 -...

openCypher 1.0.0-M19

Hello community! We are pleased to announce the next milestone release, 1.0.0-M19, of openCypher, which includes: GeneralUpgrade of log4j version to 2.17.0Upgrade of xmlgraphics-commons version to 2.6Minor dependencies fixes CIPsAccept CIP2021-07-07 ...

Resolved! NEODASH - node colour

I have created the following representation:MATCH (p:Producer)-[r:HAS_NAME_VARIANT]->(n:Name)-[r2:FOUND_IN]->(s:Source) WHERE n.text = $neodash_name_text MATCH (p)-[r3:HAS_NAME_VARIANT]->(n2)-[r4:FOUND_IN]->(s2:Source) MATCH path=(p)-[r]-(n)-[r2]-(s)...

guido by Graph Buddy
  • 1308 Views
  • 8 replies
  • 0 kudos

Resolved! Trouble excluding subtrees and branches

Hi!, at work we are trying to implement Neo4J for the first time so we are beginers with graph databases. We are having a hard time understanding how to exclude subtrees from an initial tree. Below is an image of an example of our graph, it is a simp...

Screen Shot 2022-08-30 at 18.22.19.png Screen Shot 2022-08-30 at 18.06.53.png Screen Shot 2022-08-30 at 18.07.52.png