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
  • 855 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

Neo4j Browser 4.2.5 Elapsed time Not Updated

Hello there For Neo4j Browser 4.2.5 When refreshing or running again a query in the same frame, the elapsed time doesn't update. It's kind of annoying specially in query tuning when you have to do run the query at least 2 times for every single query...

Understanding apoc.refactor.mergeNodes

I am using apoc.refactor.mergeNodes to merge nodes. I have 886 nodes with properties of patient_id and date of service. All the dates of service are in December of the same year. I have the following code: CALL apoc.refactor.mergeNodes(nodes, {prope...

Filtering by relationship properties

I have graph that looks something like this MATCH (s {address:"0xb64ef51c888972c908cfacf59b47c1afbc0ab8ac"})<-[:Transfer*]-(t) RETURN s,t I would like to filter by the relationship property where the value > 0.6 , how do i go about this ?

2X_f_fc4f8af053d12f9bd8ea9a15a5b371dc63eb10f9.png
matt3 by Node Link
  • 8632 Views
  • 6 replies
  • 4 kudos

Deploy Neo4j Enterprise on GCP

Hi all, I am trying to deploy the process on GCP as per this link Deploy a Neo4j Causal Cluster on GCP Marketplace - Developer Guides The deployment manager fails with error: {"ResourceType":"runtimeconfig.v1beta1.waiter","ResourceErrorCode":"504","R...

Update relations

Hi I would like to know what is the best way to update data using cipher. i want to create a visual database for cars and owners of the car. I have an initial set of data like this {user: javi, {cars: [ferrari, renault, mazda]} It will insert two dif...

Resolved! Force Data Type as Float not String

Greetings, Apologies if this is captured elsewhere, please redirect me. Using Neo4j Community 3.5.6 I have input form fields in my app that capture separate, decimal longitude and latitude values... <input type="number" min="-180" max="180" step=.000...

keithave by Node Clone
  • 1062 Views
  • 4 replies
  • 0 kudos

Interesting Use Case for Graphs

Hi, I was looking at MIT's Open Course Ware site and they now have a graph showing the structure of prerequisites especially interesting are the cross departmental ones. ocw.mit.edu MIT Curriculum Guide | MIT OpenCourseWare | Fre...

3X_a_a_aa0a6021f885b5741cd2cfbdd5c7867c1816bbae.jpeg

Resolved! JNI error using the Neo4j docker

Hi there, I am using the neo4j 3.5 docker with apoc but there seems to be an error executing it with the docker command. When I use docker exec -it neo4j-35-tmp cat /data/cy.cypher | cypher-shell -u neo4j -p Neo4ja it will throw an error Error: A J...