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
  • 857 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
  • 1120 Views
  • 1 replies
  • 1 kudos

Resolved! how to find relationships with distinct node

I have write this query (I'm using Movie DBMS)     MATCH (p) WITH labels(p) as label, count(*) as nCount with collect({label:label, count: nCount}) as nodes call{ MATCH ()-[relationship]->() with type(relationship) as r, COUNT(relationship) as rCount...

Label Propagation - Parallel Heuristics

Hey! I'm investigating the label propagation algorithm as implemented in Neo4J's graph data science library. I think it's notable that it's possible to set concurrency parameters, even though the original (Raghavan et al.) paper on Label propagation ...

geo by Node
  • 519 Views
  • 2 replies
  • 0 kudos

How to fix NOT PART OF CHAIN!

Hi all,I'm using Neo4j 3.5.14 community version, now i have problem with the database, some query(not all) throw exception: Neo4j.Driver.V1.DatabaseException: NOT PART OF CHAIN! RelationshipTraversalCursor[id=6725350, open state with: denseNode=false...

Neo4j Browser Sync got very slow

I'm using Chrome as the Browser. But my browser got very slow after I signed in for Neo4j Browser Sync. This is what I did: 1) I checked the box for Sign in/Register for Neo4j Browser Sync since I wanted to stored my favorite Cypher scripts. 2) Runni...

tliu108 by Node Link
  • 3368 Views
  • 10 replies
  • 11 kudos

Resolved! Have GDS Similarity write to existing relationship

Hi,Scenario:I have 3 basic node labels: Document, Classification, and Word and I am running some similarity algorithms against them. Basically I am finding documents that share similar classification connections and separately I am finding documents ...

andy_hegedus_0-1655155728766.png

DB stuck in offline state, can't get it to start

Hello, I'm using Neo4j Desktop 4.4.3.Created a DB  and work with it for a while without any problem.Yesterday, I started copying that DB into a new one, using the "neo4j-admin copy" shell command. While doing the copy, I had to stop my source DB (Neo...

Adiro by Node Link
  • 901 Views
  • 1 replies
  • 0 kudos

Resolved! deleting a subgraph

Hello , can you help me with a query that would be able to delete a specific graph (by it's id or name) my mission is to delete all the nodes and their realtions from my root that is the green "MyGraph" but only them, I do not want to delete all the ...

verachkaverachk_1-1654780670841.png

Resolved! Upgrade of DB never completes

Hi, I am trying to resolve an issue with upgrading GDS to version 2.1  I have a database with version 4.4.5 which should be compatible but is not showing so.  In the past I have had to upgrade the database version for the latest version of GDS to sho...

Resolved! Compatibility with Java 17

Hi all. I've started migrating our application to Java 17. Because our Maven build launches a community edition Neo4j server (using this plug-in), I would need Neo4j compatibility with Java 17 too.Are there plans for the next releases? The 4.4.8 is s...

Neo4J base model file similar to RDF TTL?

Hi, I have previous experience with RDF graph databases and looking to start using Neo4J, but am a little confused how modeling works.In RDF, you can write a TTL (TURTLE) file in a language like SPARQL that defines your model's relationships. Is ther...

dk0451 by Node
  • 527 Views
  • 1 replies
  • 0 kudos