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

Rolling averages by date

I am trying to return rolling averages for a metric, for a variety of date ranges. For example, I am trying to calculate the rolling average for 7 days, 30, 60, and 90 days. Before I calculate I want to groupby a name column then calculate. I want th...

Resolved! Find the position of nodes in a path

Hi, I am looking to find a way to get the position of the nodes in my path starting from 1 to n. For example, Below is one of the paths that I have `` > match p=(a:RM)-[r1:transport]->(b:RM)-[r2:transport]->(c:RM)-[r3:transport]->(d:WIPProduction)-[...

Resolved! Weakly Connected Components Complexity

Hello, I would like to know the Time and Space complexity of the Weakly Connected Components algorihtm implementation in Neo4j. I could not find these information in the documentation or in the GitHub. Feedback: Moreover, would it be possible to add ...

Cobra by Ninja
  • 858 Views
  • 1 replies
  • 0 kudos

Optimizing Relationship query with Where filters

Hi folks I have database with about 7m nodes and relationships, and I'm currently executing the following query: CALL db.index.fulltext.queryNodes('organization', 'food' ) YIELD node WITH node as org LIMIT 5000 MATCH (org)<-[:LOCATED_IN]-(loc:Locatio...

3X_6_9_699572b1b58b65cd9603fbe5c072f6315cd0c00c.png

No option to install Apoc

Hi, Just installed Neo4J desktop 4.1.0. When I go to install the Apoc plugin there is no option to install it. I am not sure if it is related but our overzealous networks manager has blocked GitHub as a 'security risk'! I downloaded the Apoc jar on a...

Using Bloom via a local web page

This question is for my personal development on my own desktop. I already installed Neo4j. I know how to and do use Bloom through the Desktop Browser. I need to know how to invoke Bloom through a hyperlink in a webpage (through an HTML file running o...

Resolved! Strange results using UNION

Neo4j Commmunity edition 4.3.3, Ubuntu 20.04 I have a question: in my head, the following queries should returns the same value, but they don't: CALL { MATCH (recipe:Recipe {uuid: "ee35d995-bcac-46f9-aeda-2bffc7a29dfa"})<-[:CAN_BE_S...

Announcing Free Neo4j AuraDB

Hi everybody! If you haven't seen through other channels, we have this interesting news. Neo4j Graph Database Platform Announcing Neo4j AuraDB Free We're excited to announce that everyone can now use Neo4j AuraDB Fr...

3X_e_f_ef74f99764899337a6f179f22907cad69960ed28.png 3X_d_c_dcba387af307e637e625b1a0a27f1ccff2dd9188.png

Modeling computer network as a graph

Hello . I tried modeling network topology as a graph using Neo4j. To show its effectiveness, I used large scale typologies ranging from 10875, 26518, 36682 to 62586 nodes. I run the shortest path algorithm to find the shortest path between two nodes...