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

Using neo4j for calendar / appointments

Is there a best practice or example of someone using neo4j for calendar appointments? I have found a lot for Relational databases but nothing for a graph. I cannot believe I am the first to attempt this

support1 by Node Link
  • 358 Views
  • 0 replies
  • 0 kudos

Best graph structure for appointment based graph?

I'm creating a database that will be used for client appointments. The current structure I had in mind was: (:User {userId: "Int", userFirstName: "String", userLastName: "String"})-[:HAS_ACTIVITY {activityType: "String"}]->(:Activity {activityId: "In...

ilyafish by Node Link
  • 535 Views
  • 1 replies
  • 2 kudos

Sandbox running out of memory when running GDS algorithms

Hi,  I am a Neo4j newbie.  I created a Neo4j sandbox to run GDS similarity algorithms to see if I can run them at scale. I am running out of memory when I try and create embeddings on a graph with 3M nodes. I have tried to create communities so that ...

rc by Node Clone
  • 315 Views
  • 0 replies
  • 1 kudos

Approaches to scaling very large graph queries

It's been a while since we posted here and our graphs have grown in size ... So much so that our data transformation queries (i.e. creating new nodes and relationships) on some of our graphs with millions of nodes and 100+ GB size are now running for...

Call apoc procedure in subquery

I am trying to set labels dynamically with the `poc.create.setLabels function: :auto MATCH (n:TempNode) CALL { with n CALL apoc.create.setLabels( n, [ n.type ] ) YIELD node } IN TRANSACTIONS; I get a strange error that I never saw before: Neo...

martin2 by Node Link
  • 489 Views
  • 2 replies
  • 0 kudos

Apoc NLP error

Hi, I am trying to create a natural language query to cypher query and retrieve relevant information to the user. I'm using the apoc plugin to achieve that. When I'm trying to iterate over my files and perform nlp actions and tag the categories of th...

Too few results

hi there,   basically, I am counting the paths between node X-->A, X-->B, and X-->C, and returning them at the same time. To do this I used path expand all. I placed each path count as a subquery.  match Xmatch Amatch Bmatch C call { path expand X-->...

plan22.png

Query/Cypher taking too long?

A newbie in the space, could anybody see any way to improve this cypher performance?  match (tile:Tile) where tile.uuid = '517cce8d-1c2a-4fa5-b025-f76559bd579d'   optional match (tile)<-[*]-(l:Letter)  optional match (l)-[:HAS_DOC_TYPE]->(d:Document)...

Resolved! How can I recreate this query in Bloom?

I have a cypher query that runs in the browser that I would like to run in Bloom but haven't been successful in doing so.  Any ideas?  Here is the query:   match p=(art1:Artifact {name:"Program Protection Plan"})--(w1:WBS)--(po:Policy)--(w2:WBS)--(a...

mbandor by Graph Voyager
  • 449 Views
  • 1 replies
  • 0 kudos

Neo4j disconnects constantly

I'm testing Neo4j (Aura on its free version).. I'm using Flask and using py2neo to connect...The app runs alright but after some time (hours) I end up receiving this error :py2neo.errors.ServiceUnavailable: Cannot connect to any known routersI have t...

rhobin by Node
  • 777 Views
  • 2 replies
  • 0 kudos