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
  • 987 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
  • 1205 Views
  • 1 replies
  • 1 kudos

Double unwinds in a cypher script

version: 4.1neo4j-driver==1.7.2 (py lib)question about UNWIND syntaxtags: cypher, syntax Hello everyone, I have a question about syntax. I have a script which executed as a transaction: CREATE labalbla // Do something WITH $list1 AS list1 UNWIND...

Resolved! Algo cosine similarity error

Hi all, I am new to cypher and neo4j. We have a neo4j version 3.5.14 . We have articles as node and it's meta data as properties. I am trying to apply some graph algorithms on the nodes to create similar link between articles based on cosine similar...

Jai by Node Link
  • 1139 Views
  • 5 replies
  • 1 kudos

Resolved! Somewhat complex cypher query

I'm attempting to query "Skills" based on whether a person from a list used them (I only know which project the person created), but I need to know which specific person the skill matched to. I have the basic cypher query that solves half the problem...

Merge on null

Hello everyone I am interacting with neo4j using python with cypher . I have an excel sheet with an uneven number of colum information eg column Colour: Red,Green,Yellow column Car: Corolla,Camry,lexus column Animal: dog,cat,fish,antelope,camel,pidge...

[Bug] with long data type insertion in Neo4j

I have installed Neo4J 4.1 community edition in the Linux box and accessing the database remotely in the browser using the URL - http://10.10.10.10:8474/browser/ Please note: I have updated default binding ports to [8474 (HTTP) 8473 (HTTPS) and 8467 ...

Neo4j project on Azure

I have a project that uses Neo4j databases and also his algorithms for data science. I only work on my laptop and I want to stop working locally. I would like my project to work in the cloud in Azure. I would like to work in Azure but I don't know wh...

LJRB by Graph Buddy
  • 1384 Views
  • 4 replies
  • 2 kudos

Shortest Paths algorithms

Hello, I want to compute shortest paths for all pairs in my graph. I tried to use all pairs shortest paths and single shortest paths but both do not return paths like apoc dijkstra. I'm working in a graph with 4602 nodes and 80000 relationships. I ca...

mayassia by Node Link
  • 1636 Views
  • 5 replies
  • 0 kudos