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

Link local image file in node property

Hi, I am totally new to neo4j. I want to create nodes via python, containing links to images on the file system/LAN I was able to create an click-able link to an image via: b = Node("Person", name="Bob", age=44, image = '<img src="https://domain/the_...

Aura: connecting with neo4j desktop app via https

Hello, I would like to connect to my Aura-DB from neo4j desktop via https. Entering the DB in the first popup works fine, but after entering my credentials in the 2nd popup it says: "Got https://, expected https://" THX for help, Joachim

2X_0_0c2b2b7396ef3a3f02981c5b6da69d1b29ae5aa5.png
janezic by Graph Voyager
  • 411 Views
  • 2 replies
  • 0 kudos

Combine multiple paths into one in neo4j

I would like to combine paths from multiple match query. Consider a query MATCH path_1 = (t1:Type1)-[r1:]->(t2:Type2) MATCH path_2 = (t2)-[r2]->(t3:Type3) MATCH path_3 = (t1)-[r3]->(t4:Type4) RETURN path_1,path_2,path_3 How to combine all these ...

Graph modeling for login events

Hi All, I was looking to get some help in how to model a graph to track and analyse active directory events (logins to computers). I have 2 main nodes (users and computers) both are loaded from data exported from active directory. The next step would...

Neo4j community 3.5.17 in Azure Kubernetes

Hi, I have installed Neo4j community version 3.5.17 in Azure Kubernetes. Kubernetes resource has 7GB RAM, and 3 nodes assigned. So it says total available memory as 21GB. But when i install neo4j using helm commands, i see neo4j service taking up 7GB...

Using YIELD after CALL

Hi! I'm trying to use CALL apoc.do.when() but I can't figure out how to use YIELD properly. Here is my query: LOAD CSV WITH HEADERS FROM "file:///example_drugs.csv" as drugs MERGE (d:Drug {drugbankId: drugs.drugbankId}) SET d.name= drugs.name SET d...

Neo4j 4.0 problem with apoc

After upgrading to Neo4j 4.0.0, a problem is occurred when apoc is added to my dependencies. In a maven project with only a Main file with the following content: package mypackage; import org.neo4j.configuration.GraphDatabaseSettings; import org.neo...

Resolved! Counting Number of Relationships Per Grouped Nodes

Hello, How would I count the number of relationships per each group of nodes? Here's a proxy of my data model: The result that I want here is the table: |City| Total Stores| First_Access| Second_Access| Third_Access| |London|89|100|30|50| |New York ...

2X_6_6ea61394861cdeafba1e984a43e51498ec31029e.png
TonyOD27 by Node Clone
  • 1439 Views
  • 2 replies
  • 1 kudos