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

Export PNG or SVG

Hello i have a GraphDatabase with 10,000 nodes and 50,000 relationships i want to have a snapshot of all the graph. I want that the query " MATCH (n) RETURN (n) " were exported to PNG or SVG is any method to do that?, Wich is the Best Way? , when i d...

Best way to write optional relationship query

I've got a case where I have two entities in a hierarchical relationship, Sortie has multiple child PlaneSorties. Both Sortie or PlaneSortie can have zero or more incoming HAS_ROLE relationships from a PersonCluster. I need to match on either Sorti...

amoebae by Node Link
  • 628 Views
  • 0 replies
  • 0 kudos

Resolved! How to remove connected components less than x nodes?

I would like to remove small networks (connected components) that have less than x nodes. So, if the network component has x nodes or less, the nodes and the edges that belong to this component will be deleted. Is that doable ?

1113 by Node Clone
  • 15815 Views
  • 73 replies
  • 6 kudos

Resolved! Apoc.agg.statistics() is not working?

neo4j : several recent versions, apoc: several recent versions I tried it in https://guides.neo4j.com/4.0-intro-graph-algos-exercises/LabelPropagation.html UNWIND ['distance','inverse_distance'] as property MATCH (:Place)-[r:EROAD]->(:Place) RETURN p...

gigauser by Graph Buddy
  • 675 Views
  • 2 replies
  • 3 kudos

An Error with Desktop

I created a new projejct and under which also created a database. Started the database and can saw it was active. The problem is that I could not see the new database when open neo4j with browser. Tried several times but still have the same issue. An...

Nodes not in a CSV-list

Good Morning, I have a cdv file with a column id and I have nodes in a neo4j-DB with the property of this id. But the lists are not congruent, so how could I find elements in the CSV, where the node with the respective id does not exist?nodes with th...

janezic by Graph Voyager
  • 363 Views
  • 1 replies
  • 0 kudos

Send perpared cypher query to neo4j browser

Hi can I send a prepared query to the Neo4j Browser? like http://...:7474/browser&query="MATCH (n1:topic)-[r12:has_start_course]->(n2) return n1,r12,n2" to vizualize the graph. at the moment I copy the querys by hand.. or is ther any other tool? Bloo...

rob2 by Node Clone
  • 488 Views
  • 1 replies
  • 1 kudos