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
  • 856 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Assigning properties values based on lists

Dear neo4j community, I'm seeking to your help as I have worked a lot on the following problem with finding appropriate solution. I have a network with certain circuits , the circuit is define as a group of nodes with makes the path so for example i...

Resolved! Creating a relationship to form tree structure

Hello all, I've created a (p:childnode) -[:HAS_CHILD]-(c:childnode) relationship to form a tree structure from my database. I have the same label name 'childnode' for both child and parent node since a child can also be a parent. An instance of the d...

Updating Neo4j Power BI connector

HI. I am trying to update the cskardon/Neo4jDataConnectorForPowerBi in the list of connectors to obatain data from PowerBI. I have erased the archive in the correspondent directory, copy the new one there but PowerBI continues to show the previous ve...

3X_b_2_b232f88939a318c703b207ac6291c4b736070ccb.png

How to update bolt protocol from 3.0 to 4.0

Hello, I'm getting the following error when I try to provide database name as a parameter to a session instance with python driver 4.3 . is there a way to update bolt protocol to the newest version, or is there anything else I could do to get around...

3X_4_e_4e3fa718f5ca349a6a89394b4847b23d73e0f12f.png

Resolved! Use max() function in a graph

I have graph of some nodes (Persons and the college they graduated from by [:HAS_BS_SPECIALTY_IN {Score:...}] and [:HAS_PHD_SPECIALTY_IN {Score:...}] , I want to get a person with maximum score, I use the cypher query: MATCH (p:Person)-[r]->(s) UNWIN...

Disable to use default database

Hello everyone! I have a little problem with neo4j. I have community version 4.3.0 for my browser Chrome. When I am trying to connect to my default database I catch error Database "neo4j" is unavailable, its status is "offline". It happen after imp...

3X_a_d_adcd5e05a453568e26a650c637467e6c5baf777d.jpeg

Why do these two queries differ a lot in speed?

MATCH (m) WHERE m.name = "XPhone" RETURN properties(m) as properties LIMIT 1 And MATCH (m:Product) WHERE m.name = "XPhone" RETURN properties(m) as properties LIMIT 1 In Neo4j Desktop, I observed that the first query takes 1605ms and the 2nd takes...

lingvisa by Graph Fellow
  • 1216 Views
  • 8 replies
  • 2 kudos

Vizualize co-occurence keyword graph

Hi everyone, i have 12 000 nodes which stores keywords and there is a SEEN relation with weight. For example, if k1 and k2 has seen on 10 articles then k1-----SEEN {weight:10} --->k2 Now i want to visualize with the 5 most influencer. Actually som...

3X_8_d_8d9a3350b106131fc65dad3b310691cdae020b48.jpeg

Resolved! Apoc.load.jdbc with bigquery

Hello there Neo4j 4.2.2 apoc-4.2.0.0-all.jar I'm using apoc.load.jdbc with the most recent bigquery driver. I tired to make the following query work: CALL apoc.load.jdbc('jdbc:bigquery://https://www.googleapis.com/bigquery/v2:443;ProjectId=nth-fiber-...

What is the relationship between nodes and db hits?

In Graph Academy, the original question is: What are the airports and flight information for flight number 1016 for airline WN? The commentary on the proposed query is: This query required 4382 db hits. Recall that our dataset only has 100 fligh...

rogeryu by Node Link
  • 321 Views
  • 1 replies
  • 0 kudos