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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Resolved! Limit on CASE or apoc.case conditions?

Is there a limit as to how many items can be included in the conditions for either CASE or apoc.case? I have a file with approximately 75 unique items I need to check for and act upon. If there is a limit, I may have to make multiple passes through...

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

Dynamic aggregation

Hello, I am building a graphql api on the top of neo4j. My model looks like following: (Client)-[:HAS_SPONSOR]->(Client) (Client)-[:MADE]->(Order) Now, when listing all orders for my downline (clients up to N levels below me) I end up with the follo...

magaton by Node Link
  • 636 Views
  • 2 replies
  • 0 kudos

Resolved! Difference between --> and ->

Sorry; I'd have to bet this is asked often .. can't find it .. From this Url (and many examples) https://neo4j.com/docs/cypher-refcard/current/ and then the subsection titled, 'Patterns', Sometimes you use --> and sometimes -> What is the difference ...

Unable to call gds.alpha.node2vec.stream

Error - Neo.ClientError.Procedure.ProcedureNotFound There is no procedure with the name gds.alpha.node2vec.stream registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly dep...

3X_a_d_add6e9eb5b0f8f2874577321959257e3e631c4fd.png

Resolved! Help with optimizing query

I am trying to run this MATCH between 2 labels - 1 of which has ~7M nodes and the other ~500k nodes. The cypher query is as follows: MATCH (a:Node1) WHERE substring(a.LogEntryTime,0,10) = toString(date()-Duration({days:1}))[Processing: PROFILE for qu...

3X_9_a_9a6578c6ea05c89db9d12c1562f946929d87785e.png

Timeseries Network Graph

I am currently exploring solutions to model a network graph with multiple dynamic properties between nodes. I do not want to simply store a specific snapshot of the graph but the evolution of the graph over time. Properties change rapidly (seconds or...

Neo4j Bloom Graph Pattern search very slows

I have a Neo4j 4.1 DB with 200 nodes (just for demo purposes). The nodes can either be grouped by 5 distinct groups or 50. When I use 5 labels almost equally distributed over the 200 nodes Neo4j Bloom runs smoothly. When I use 50 labels mostly equall...

Programaticaly referencing Neo4j to aws s3 bucket

Please keep the following things in mind: did you search for what you want to ask before posting?please use tags for additional infouse a self-descriptive title Please format code + Cypher statements with the code </> icon, it's much easier to read. ...

tsluri by Node
  • 752 Views
  • 2 replies
  • 0 kudos