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
  • 917 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
  • 1161 Views
  • 1 replies
  • 1 kudos

Resolved! Updating a field with APOC CSV

I have a field in my db that needs to be updated from a CSV file. The CSV file itself is rather long but in a simple format with a name, a node id, and a level. APOC is not my usual. The CSV 'prog_name','node','level' 'dirielfran_apuntes.2021-02-27.j...

Periodic iterate with dynamic database

I plan to use periodic.iterate to perform DETACH and DELETE. source: Large Delete Transaction Best Practices in Neo4j - Knowledge Base Based on the description, the periodic will keep executing till the #of records=0. How will it behave if new nodes ...

Latest Update Neo4j Browser Desktop - 1.4.1

MATCH (a:Name) where a. here we used to see a list properties of node 'a'. This works fine with first run. After returning the result, now the Cypher script appears above the graph. Something in the new version called 'Frame'. Now if you go back to m...

3X_3_7_37d41126900125b48abd351750ba97477fc4cca9.png 3X_6_5_65dc62b08e4c2532dbf43cf819bc7f11d32e8687.png 3X_d_f_dfcad22feb4a1dd680d2b3d031cc226c28262138.png

Node Similarity Algorithm with Regex's

Hello, How can I use the node similarity algorithm to determine how nodes are similar based on a property of a node? Would I, or can I, implement regular expressions here? Let's say I have a node label as BusinessLaw, and there is a property titled t...

carib by Graph Buddy
  • 436 Views
  • 1 replies
  • 0 kudos

Resolved! Neo4j browser Issue

Hello: I upgrade Neo4j community edition from 3.5 to 4.2. After upgrade I see the service is running but i am not able to access "http://localhost:7474/browser/". I am seeing message "Firefox can’t establish a connection to the server at localhost:74...

STOP GraphGist Portal Update Push

Is there anyway to get rid of the GraphGist Portal Update push every time I launch the desk top? It always fails to install so if get thrown up every time and it is gotten pretty annoying. Andy

Import WebProtégé Ontology

Hello all, I want to import a WebProtege ontology into Neo4j with neosemantics. I am inspired by the following tutorial: QuickGraph#9 The fashion Knowledge Graph. Inferencing with Ontologies in Neo4j – Jesús Barrasa I am using Neo4j Desktop version 1...

3X_9_f_9f09cdb411233fe969891fc20f8aed3e39578818.jpeg

Sigma JS not connecting to non-default db

Hi, I am using Sigma Js for displaying the graph in UI. I have multiple database in my neo4j instance. By default it is connecting to default db. I need to connect to another db in the same instance. Please let me know which configuration can I use f...

Connection Refused error but it use to work fine?!

Hi all, I installed neo desktop and was working fine but now I have started getting connection refused error message? I also am having same error message connecting through the .NET GraphClient. I have tried all of the following: //await neo.Connect...