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

[0xa7adfcf7] Fatal error occurred in the pipeline org.neo4j.driver.v1.exceptions.DatabaseException: Reference value not initialised at offset 0 in SlottedExecutionContext

We're using following versions and API for Neo4J Neo4J 3.5.3Spring Neo4J Data Repository Please find below error we're getting but we're not clear from the exception where the issue is arising. Please find the logs below for the same : 2020-11-06 11:...

Resolved! Why isn't it faster for nodes that have been created?

I have been used: MERGE (Node{id:nodeID}) ON MATCH SET ... to populate an empty graph, where nodeID has been created as one index. I have two questions: I read the difference between MERGE ... ON MATCH SET and MERGE ... ON CREATE SET. It seems to me...

lingvisa by Graph Fellow
  • 624 Views
  • 3 replies
  • 0 kudos

Ne4j in business - where I can use it. More ideas

Hi there! I'm a big fan of graph databases. I am very happy with the dynamic development of Neo4j. I appreciate all the materials you publish on the Internet; blog, webinars etc. But I have impression the number of ideas where to use a graph database...

Gosforth by Graph Buddy
  • 379 Views
  • 1 replies
  • 0 kudos

BOM Application

Neo4j 4.1.3 Desktop Community Edition - Windows 10 I'm a total noob with graph databases so I've decided, as a starter, to try and develop a Bill of Materials application, a classic use for Neo4j. I can create a structure which displays as a network ...

Resolved! Add multiple values to a property

I am trying to add multiple values to a property, like a list kind of solution. The eventual aim of this endeavour is to be able to search the values for the property 'Synoniem' separately, so that if a search query finds one word in the list (and no...

shanna by Node Clone
  • 944 Views
  • 4 replies
  • 1 kudos

APOC parallelise a simple MATCH(n) RETURN n

I have the simplest cypher ever: MATCH(n) RETURN n But this cypher returns 1 million data and it takes too long (sometimes it doesn't even finish, the app just crashes). I read that I can use apoc.cypher.parallel for better performance but it throws...

Error when using exists {... } in Neo4j Aura

Hi, when I execute the query below for instance on Neo4j Aura, I am getting an error lately: MATCH (provider:Provider) WHERE exists {match (provider)--(:Dataset)--(theme:Theme) } RETURN provider It is because of the exists case. It used to work, b...