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
  • 966 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
  • 1195 Views
  • 1 replies
  • 1 kudos

Import XML

Hi there, Is there somewhere a good and basic tutorial on how imports for xml actually works? I cannot get any example to portray as an actual graph but the book.xml one ... As I want to look into TEI-files, the book.xml example does not help me that...

Procedure templates for neo4j 4.0?

Hi! Is there any template/examples for writing your own procedures for neo4j 4.0, similar to this one: GitHub neo4j-examples/neo4j-procedure-template Boilerplate code for building Procedures for Neo4j 3.0+ - neo4j-exampl...

1X_496e91cab9ad7b3d2da1ed797c30782efbc11b0a.png
kaptenh by Node Clone
  • 903 Views
  • 3 replies
  • 0 kudos

Resolved! Filtering result by relationship property

Hi There, I am a beginner and I am trying to write a query to filter my results using the date property of my relationship. But it doesn't seem to work. CREATE (U1:Person {UID:1,Name:'Person1'}), (U2:Person {UID:2,PName:'Person2'}), (U3:Person {UID:3...

vramkri by Node Clone
  • 1441 Views
  • 8 replies
  • 1 kudos

Desktop crashes on non tgz App installation

OS: OSX 10.15.3 Neo4j Desktop: 1.2.7 When dropping a file to the Graph App Install-area that is not a zipped tar file Desktop crashes. For example, just create an empty file with "touch empty.txt" and drop this to the install area.

liebig by Node Clone
  • 547 Views
  • 1 replies
  • 0 kudos

Resolved! Connect to remote graph

Hello, I have a neo4j community edition installed in my server and i have a neo4j desktop in my machine. I want to connect from my client desktop to the remote graph on my server. I change this 2 params: dbms.connectors.default_listen_address=0.0.0.0...

2X_a_ae59355c9c399109ce0253bd5974091d1e6f0521.png
madiskou by Graph Buddy
  • 3041 Views
  • 8 replies
  • 0 kudos

Resolved! Query with optional match

I'm using neovis.js in my web app to connect with neo4j db where there are a node (:user) and some nodes (:Friend) For each nodes (:Friend) there are a relationship [:FRIEND] between they and the (:user) like in the screen below Some nodes (:Friend...

2X_e_e1bb4ba5843d180d75a69111f8e09d59cf91e309.png 2X_2_23999fb10820093bf774099b31348f1c19fe5aed.png
lx2pwnd by Node Clone
  • 1122 Views
  • 2 replies
  • 0 kudos

Resolved! Deprecation of apoc.algo.cover()

Hello, I've been reliant on apoc.algo.cover() to find all relationships between a set of nodes. Now I see a deprecation warning on it, saying it will be moved to GDS come Neo4J 4.1 : https://neo4j.com/docs/labs/apoc/current/algorithms/similarity/ Is ...