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
  • 876 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
  • 1131 Views
  • 1 replies
  • 1 kudos

Resolved! Variable is empty after UNWIND clause

Hello, Any idea why my variable pID become empty after when calling UNWIND rbs AS rb in this query: Match p=(Do:Departure)<-[:BOARD_AT]-(O:Origin)-[OD]->(D:Destination)-[:BOARD_AT]->(DD:Departure), (Dp:Departure) Where Dp<>Do and Dp<>DD WITH 60 as K...

Graph Model for Product/Delivery Tracking

Hi there, I am a newbie with Graph Database, so apologies if it a silly question. I am trying to create a model for product delivery tracking. (Image attached , also attached html code to create model) Delivery path for Product1, and product2 is as f...

2X_4_4e94a6887db2df51298bee1e5ef9235de627c87c.png

Syntax error around Cypher comments

Dear Community. I am using the latest installation + the desktop browser. I am loading up a number of CSV files which is working great - except lately I am getting syntax errors when I insert comments within the Cypher script. Here is the offending...

rmasrani by Node Clone
  • 1203 Views
  • 5 replies
  • 0 kudos

Label Propagation Algorithm

Hello everybody, I'm learning Label Propagation Algorithm. I don't know how the data has to be, do I need to have a dense network ? I also don't about the relationship, I got all my nodes, but I don't know how to get the good labels. Do I need to hav...

LJRB by Graph Buddy
  • 533 Views
  • 2 replies
  • 0 kudos

Multiple relationship path problem

I have a situation here i hv created MERGE (socketType)-[:SOCKET_OF_LEVEL]->(level) MERGE (socketType)-[:SOCKET_OF_POWER]->(maxPowerKW) Above A level can hv multiple socketTypes and each socketTypes can have a single or multiple maxPowerKW Now I did...

Filtering by Relationship Type - Contains

We are designing a model, and for performance reason, it has come up that we could filter with the Relation type instead of storing these attribute in the end node. For example (User)-[HAS_CREDIT_CARD_VISA_REGULATION_GDPR_DETECTED_ON_2012_01_01]-(Sen...

Neo4j Bloom hangs with error indication

When touching certain items in my knowledge graph Bloom stops working and needs to be restarted. Here is the error message from the debug.log file: 2020-03-06 15:52:25.352+0000 ERROR [o.n.b.r.MetricsReportingBoltConnection] Protocol breach detected i...

How to hold multiple neo4j databases on local machine?

For example, I have neo4j Desktop running on my machine that can be accessed by: http://localhost:7474/browser This is the project named 'Project' by default, and the database is named 'Graph' by default. For testing, I want to create another project...

lingvisa by Graph Fellow
  • 4162 Views
  • 15 replies
  • 0 kudos

readTransaction() not working in GitLab CI

I'm not sure, if this is the right place to ask, but I am running my unit tests in GitLab CI against a Neo4j-Cluster of 3 core servers. I am using the JavaScript driver and neo4j 3.5.12-enterprise. Most of the transactions are working well, both on m...

gspitzer by Node Link
  • 799 Views
  • 2 replies
  • 0 kudos

How to deal with COO format in Neo4j?

Hi, everyone I try to use PyTorch Geometric combine with Neo4j, and PyTorch Geometric needs to use the COO formate (coordinate format). Could I ask how should I deal with the relationship property of the edge in Neo4j?