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
  • 994 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
  • 1209 Views
  • 1 replies
  • 1 kudos

Does not get the same result as Wikipedia:PageRank

I don't obtain same result as Wikipedia:PageRank Cypher statement MERGE (A:Page {name:"A"}) MERGE (B:Page {name:"B"}) MERGE (C:Page {name:"C"}) MERGE (D:Page {name:"D"}) MERGE (E:Page {name:"E"}) MERGE (F:Page {name:"F"}) MERGE (G:Page {name:"G"}) M...

2X_8_8d5b658eec8d2d73251d0934e61a6b5c4c3a915a.jpeg
cnhx27 by Node Link
  • 713 Views
  • 1 replies
  • 0 kudos

Controlling schema in Neo4j

Software developers need access to the Neo4j database, but they should not be able to create anything they want because we will end up with extra objects in the database that are not part of any agreed upon schema. (It's a basic law of chaos theory ...

2X_3_35711ffc4e0c7149ad4ec290689715b294312dd5.jpeg
mojo2go by Graph Buddy
  • 1944 Views
  • 5 replies
  • 1 kudos

Resolved! Aggregation by Group By

Hi, I'm new to neo4j and I'm learning. my question may seem very basic and simple for some people but after extensive research, I did not find a solution to my problem. I'm trying to import data from JSON file and creating the nodes but i don't know ...

Machine Learning Procedures

Hi, I am trying to incorporate machine learning procedures into my Neo4J databsee by following the steps given in the following link below. But as soon as I am doing them my database stops working and I have to delete it. Could anyone advise me how I...

Resolved! How to handle varying return type?

I'm running into something with a custom procedure that collects information from the graph before computing some values for new entities. All of my data for nodes being queries were imported from CSV with values managed like this: WITH row, CAS...

Neo4j Plugin built using both Java and Kotlin

Posting this because it was something I was interested in and could not find a definitive answer whether this was possible. The answer is YES, you can create a working NEO4J Plugin which has both Java source files and Kotlin source files. The key wa...

1X_8c7390150cd0078e967a18c7663581b9b334d239.png 2X_f_f3166fc3bcf575f6d72a185a6ce368aae02b2c74.png

dbms.listQueries does not exist

Hi everyone ! This is my very first post, so greetings from France to all of you ! I have a question regarding the "dbms.listQueries()" function. It does not exist when I call it on cypher-shell (Neo4j 3.5.3) I have the following error message : => ...

Retrieve Common Denominator

Given a top node A And given that this top node A can have any arbitrary amount of children. For illustration purposes let these children be c1, c2 and c3 Each of these children in turn point to an arbitrary amount of items with a subset of items tha...

Ajwah by Node Link
  • 523 Views
  • 1 replies
  • 0 kudos

How to get traversal path according to dependency

While querying the ne04j for the traversing order. it's traversing multiple times few nodes. I am attaching the cipher query to create nodes and relationships and results it returns. Any help is appreciated. CREATE (a:Package {name:'A'}) CREATE (b:Pa...

Neo.DatabaseError.Transaction.TransactionStartFailed: The database has encountered a critical error, and needs to be restarted. Please see database logs for more details

Debug logs: 2019-11-13 11:42:36.585+0000 ERROR [o.n.b.v.r.ErrorReporter] Client triggered an unexpected error [Neo.DatabaseError.Transaction.TransactionStartFailed]: The database has encountered a critical error, and needs to be restarted. Please see...