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

Unexpected node created with id -1and without label

profile MATCH (phase:Phase {_id: "inputId1"})<-[:HAS]-(project:Project) MATCH (height:Height{height: 1, _id: "inputId2"}) MERGE (height)-[:HAS]->(phase) WITH phase, project MATCH (project)-[:HAS*0..]->(space:Space) MATCH p=(space:Space)-[:HAS*0..]->(...

2X_f_f898c82fa4fdc268f72090c6fcd319400187bf42.png
arthur by Node
  • 317 Views
  • 0 replies
  • 0 kudos

Loading N2 matrix to Neo4j

Hello all, I am trying to load a N2 matrix from a csv where I have described the following: System 1, service 1, service 2 Compensation1, system 2, service3 Compensation 2, Compensation 3, system 3 It works as follows: in the diagonal, there are syst...

Import a JSON file with recursive

Hello there, I'm trying to solve a problem that I have. I have 3 senteces to show the example: R1: (( A && ( B || C )) && H ) R2: ( A || B ) R3: ( A || B ) && C So my goal is import this with a JSON, and make a graph like this: So the JSON I have is...

2X_a_a5dbd8504ad9395da7668cea635caf77c0e3c423.png

Product recomendation

Hi, I'm absolute beginner in Neo4j (noob). I started to search product that would allow me to build product recommendation service and Internet brought me here. I installed Neo4j base and... I do not know how to go further. Will somebody be so kind t...

Gosforth by Graph Buddy
  • 461 Views
  • 2 replies
  • 2 kudos

Neo4j with php

i am beginner to neo4j. I want to develop an application that uses neo4j database instead of Mysql database but using php. please suggest me how to do this? i am getting very confused that how to do in php?I already created the database in neo4j desk...

Cypher Query String Problem

I have a simple Bill of Materials DB CREATE (p1:Part{name:"Root"}) CREATE (p2:Part{name:"Sub Assy 1"}) CREATE (p3:Part{name:"Sub Assy 2"}) CREATE (p4:Part{name:"Sub Assy 3"}) CREATE (p5:Part{name:"Part 1"}) CREATE (p6:Part{name:"Part 2"}) CREATE (p1)...

Web Application

Hello all, I made a web app using Neovis.js to visualize my data on a browser and allow my colleuges to query the data. When I use bloom, I am able to query naturally without requiring cypher queries. Is it possible to query the map using a browser w...

Graph Data Science Library Preview

We’re excited to share a preview release of the graph data science (GDS) library -- currently available on the Neo4j download center. The docs are currently up at https://neo4j.com/docs/graph-data-science/1.0-preview/, and the code has been open sou...

Duplicated Node info

Hello!! I have two labels which represent money transfers. We have the column sender, receptor, quantity, date and specific code value whis is different for each transaction: sender;receptor;quantity;date;code Almu;Joselu;200;17/02/2020;AJ01 Joselu;A...

2X_6_6535f37a0790464628bd6fb008893c76096a8b02.png 2X_e_e179538cb98f7c9a222d4cf93e9aac8d914f88bb.png

Resolved! Find last leaf cypher?

Hey, what's the best way to find the last leaf node? It's for a timeline like structure where a node is added at the end. Schema looks like this: (:Node)<-[:IS_PARENT]-(:Node)<-[:IS_PARENT]-(:Node)....... So a Node will always only have one parent. I...

MPasadu by Node Link
  • 1558 Views
  • 2 replies
  • 3 kudos