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
  • 924 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Problem with query filters

Hello! I'm having trouble getting this query to work: The problem arises when I run 'FIRST' OR 'SECOND': running 'FIRST' the query, despite the "not" returns also prod.contractType in ['95|FUNDS']; running 'SECOND' the return is right. I'm not so goo...

Neo4j index issues

Hello guys: I'm a new with Neo4j. When taking a invesgation on neo4j cypher, i'm stumped by the TWO questions about INDEX: Question1: Neo4j index not work in WHERE condition with exists Cypher Server version 4.3.1 ...

Ontologies and JSON Data

Hi all!, I am trying to import a locally existing ontology into Neo4j and then using to solve the problem of interoperability using data from different source. I want to import the data fields from multiple data resources (JSON data) based on this on...

Multiple nested apoc.periodic.iterator

Question: How to access Node/ Node properties within multiple nested apoc.periodic.iterator (s) ? to create sample data: :params eventParam=> [{eid: "e1"},{eid: "e2"}]; Query: call apoc.periodic.iterate( ' // create some nodes - *ideally t...

3X_2_6_268315c12b8d7ce6ecf2cfe3dcff33ebbbc03ab1.png 3X_7_2_725cfcd7516efa6e84bf687275def43a653efc23.png

Failed to establish connection to ('127.0.0.1', 7687) (reason [WinError 10061] No connection could be made because the target machine actively refused it)

从json文件中转换抽取三元组 100%|████████████████████████████████████| 8808/8808 [00:00<00:00, 12456.91it/s] 写入 药品 实体 0%| | 0/3975 [00:00<?, ?it/s]Failed to establish connection to ('127.0.0.1', 7687) (reason [Win...

Louvain algorithm: visualising communities

I have run the Louvain algorithm on my work data. This created a number of communities as expected. It has created one very big community with many small communities of users/customers. I have tried to analyse different samples of communities to stud...

sales by Node
  • 713 Views
  • 2 replies
  • 0 kudos

Find loop path

Hi! I want to find all closed circles in a directed connection diagram. That is, a node has a path back to itself through any node. Thank you very much!