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
  • 966 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
  • 1195 Views
  • 1 replies
  • 1 kudos

Resolved! Connect community edition to neo4j desktop

Dear All, I´m trying to connect my community edition database to neo4j desktop. I found some explanation on the community website, but I´m not able to run them. I think it´s due to the desktop version 4.0.3 I´m using. Thank you

Query plans

Hi! Im using Neo4j 4.3.1 I want to check if two consecutively executed queries used the same execution plan (literally the same like checking if a transaction is equal to another by id comparison). How can i check if a plan is being re-used?

Apoc.merge.relationship() creates duplicates

Hi! I am trying to create relationship between two nodes using apoc.merge.relationship, but it creates two same relationships, which I can see by search. I hope someone can show me what is wrong with my cypher query UNWIND [{ color:'#82abd1', dire...

Load CSV file to Neo4j with blank data

Hi I am completely new to programming and neo4j . As a part of the class assignment , I had a task to upload a csv file to neo4j. This file has a lot of blank data. So the instruction as part of the assignment is to remove all the blank data before u...

Cosine similarity

hi everyone, I have a database with 600 nodes, they are all long texts, and I have to calculate the similarity to find duplicates with the cosine similarity function. how can i write the query? thank you very much

Multi standalone graphs in db and their performance?

Hi, there, I am new to neo4j, currently we are using mySQL to maintain some configurations of networking equipments in cloud environment, and the hierarchical configuration fits well with the node+ relationship model of neo4j hence we are considering...

jfang by Node
  • 666 Views
  • 3 replies
  • 0 kudos

I would like to inquire about the multiple Cypher statement

I have a need to know one entity and two relationships, first get the other entity through one entity and one relationship, and then get the final answer through the obtained entity and the other relationship. (我有一个需求,就是知道一个实体和两个关系,首先通过一个实体一个关系得到另一个实...

3X_c_c_cc1e24b90f376ea8d1f564f461638c6d5755f5c0.png

Creating nested object

I am trying to add data to the database using the following cypher code: UNWIND [ {location: 'Westmere', resource: {medicine: [{unit: 1}], sustenance: [{unit: 1}], equipment: [{unit: 1}]}}, {location: 'Ponsonby', resource: {medicine: [{unit: ...