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

Confused about performance

Hi! I have written a java-plugin to handle insertion of data into neo4j. I have tried calling it in two different ways from python, one where I supply the data in the python code, and one where I call apoc.load.json. i.e, the first is: c = "WITH $nod...

kaptenh by Node Clone
  • 550 Views
  • 2 replies
  • 0 kudos

Resolved! Extract list of Nodes and Labels from path

Hi, I'm working on a project that stores our customers relationships in Neo4j. Our model looks like this: (Client) - [PARENT_OF] - (Client). Each Client can have up to 3 different labels assigned. I made a query that at first glance should work but i...

2X_2_235f9045881fae8dccc31c00716ee9c5886ad518.png

Error when using character '{' in a Cypher query

Hi, For some reason when I execute a Cypher query containing character '{' I get an error. Here is an example of a query I found in the official documentation (link UNWIND [0, 1, 2] AS x CALL { WITH x RETURN max(x) AS xMax } RETURN x, xMax Which...

Slow Cypher Query Help Needed!

Hi, I apologise if someone has asked this question out there somewhere, but i've been looking for awhile and cant seem to find the answer as to why my query is so slow. I am trying to filter a subgraph with a specific start and end point, with certai...

To get output as an array

I have written a query, which returns four columns and four columns have values in the separate rows. But I want is that the query should return me an array for different columns, not values in the separate rows. The query is: MATCH(c:Company{company...

How do we compare two graphs for equality

hi, We have a business requirement to compare two graphs for equality. After searching i found a MD5 example from apoc. Although it is resulting error as it simply uses string values from creating hash. i.e. it does a to string of whole node object. ...

Unable to create a GraphGist

I'm trying to create a GraphGist, I hosted it in GitHub and when previewing it looks exactly how I want it to, but each time to submit it (Save and Continue) it just gives the following error: We're sorry, but something went wrong. If you are the app...

Fulltext search return which terms are found

Hi, I am using full-text search with Neo4j. If the user inputs a composite search term, for example "A B C", is there a way that in the search results I can get the information which tokens have been found in each node? More precisely, if only "A B" ...