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

Resolved! Failing to write a cypher query that _should_ be simple

Hi all, In my graph I have two node types: Page and Taxon. All Page nodes belong to Taxons and a Taxon may have ancestor Taxons. Specifically: - any Page belongs to one or more Taxons (relationship: BELONGS_TO) - any Taxon may have one parent Taxon (...

maxf by Node
  • 352 Views
  • 3 replies
  • 0 kudos

Neo4j Unresponsive at "Confirm" Button

Trying my luck here because this issue had be raised multiple times (https://community.neo4j.com/t5/neo4j-graph-platform/neo4j-desktop-not-working-window-10/m-p/41432; https://community.neo4j.com/t5/neo4j-graph-platform/upon-first-opening-of-neo4j-de...

Resolved! converting list to constant

without success I tried to convert a list to a constant (please see attached)I created the correct calculation  MATCH p=(n:Account{Account:'Acct 6100'})-[r:Driver]->(d:Department) return  apoc.coll.sum(collect(r.Driver)) as driverSumand retrieve tota...

Avi by Node Clone
  • 574 Views
  • 5 replies
  • 1 kudos

neo4jClient query method unit test using Mockito.

I'm using spring data neo4j. And using neo4jClient for returning the custom map. I'm facing the issue mocking the neo4jclient.query().bind().to.fetch.one using Mockito while unit Testing our methods. I'm using below method. neo4jClient.query(() -> QU...

How to return created node in cypher query?

create (role:ROLE {slug:"abc1"}) with role match (permission:PERMISSION) where permission.name IN ['create'] merge (role)-[:HAS_PERMISSION]->(permission) RETURN role;   With above query I am trying to create role and its relationship with permission....

Graph Data Science: Filtered Node Similarity

Is there a Filtered Node Similarity Example example that i can reference? I am having difficulty configuring node filters for a bipartite projection. From what i can find, Neo4j current documentation does not include an example and truncates some of ...

make custom procedure update result object

Hi! I am writing a custom procedure to make my insertions into neo4j easier.  I will be calling it from python, and it would be nice to get result summary counters to say how many nodes where created, properties updated and so on, but stuff that i ta...

kaptenh by Node Clone
  • 226 Views
  • 1 replies
  • 0 kudos

How to configure the bolt.outbound_buffer

We are using Neo4j v4.3.2, recently we faced the "Bolt connection [%s] will be closed because the client did not consume outgoing buffers for %s which is not expected." issue. Finally, we found this page, https://neo4j.com/developer/kb/bolt-throttli...

Cytoscape JS format JSON

Hi! I'm trying to render a graph in cytoscape JS which requires a format like this, using python server. elements: { nodes: [ { data: { id: 'a' } }, { data: { id: 'b' } } ], edges: [ { ...

D_C by Node Clone
  • 1220 Views
  • 3 replies
  • 1 kudos