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
  • 857 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

GC logging issues

Hi, I tried to enable GC logging but no gc.log files are created. dbms.logs.gc.enabled=true, and restarted the server so the parameter is in use. I am using neo4j 3.5.22 enterprise edition (startup) on Ubuntu 18.04.5 LTS (ID_like=debian), 3 node clus...

Resolved! Concatenate list in a string

Hi All, I want to do a simple concatenation of list to get string value, However I am struggling to do the same. For functionality I want to implement I have requirement of concatenating multiple columns together, but one of the column is coming from...

Export of algorithms's scores

Hello! I am wondering if there is a way to export algorithm's scores to csv from the cypher shell. I know there is a way to do it via neo4j Desktop but I am working with huge data and I need to run the algorithm on the cypher shell since it is faster...

Get all nodes connected

I have nodes like the above image, now can I get all nodes from A1 to A7 by querying A1 or getting all nodes from B1 to B5 by querying B1. Here we don't know the number of nodes connected, as you can see A1 has 6 nodes, B2 has nodes through it's pat...

3X_4_c_4c22619ce8d92d7f2b704707bcb738f07cb838cb.png

Resolved! How to get list from "MATCH" clause?

I want to get the list form of the result of match and use the result to do the following logic judgement... But how can I get the list form from "match" result? it seems to be the single node satisfied the given pattern. E.g. match(n:things) node w...

Resolved! Breadcrumb Query

Hi there, I am trying to create a filetree-like query where I need to get the user's Breadcrumb up the tree. Since we want to implement folder/file sharing, we have to cut the breadcrumb off the moment we have a "broken chain" in the permissions. The...

3X_8_5_853d30f5c25d91463863976c3099a6334e7f918e.jpeg 3X_b_a_ba76032f37c7bb9f6865520f76857fc52651fb22.png

Fulltext query doesn't allow special symbols

CALL db.index.fulltext.queryNodes("NameIndex", "刘昊然[超话]") YIELD node, score RETURN properties(node) as properties, score LIMIT 50 The query string contains '[...]' which caused the syntax error: Failed to invoke procedure `db.index.fulltext.queryN...

lingvisa by Graph Fellow
  • 426 Views
  • 1 replies
  • 0 kudos

How to merge two databases?

Heeey, I was working on two databases which have the same nodes , each one was dedicated to a precise year. here is an example fo my database 2017 : For 2018 , nodes will have 18 instead of 17 in the name of each node (as you can see in the screensh...

2X_7_7aa41d0ee1b3db48f16d841160e5fb2c369cf53f.png