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

Cypher pattern for getting self related nodes

I have asked this question over StackOverflow as well and can be found here. Given that I'm very new to Neo4j. I have a schema which looks like the below image: Here Has nodes are different for example Passport, Merchant, Driving License, etc. a...

2X_5_5ab5385b42eba768908eeec855ddba56e988e6fb.png 2X_2_23aac37644fd6683da3aa9bd85280044012942b2.png 2X_8_80ce10fbe295ce7f70beb467561f16380432bcd9.png
asifali by Node
  • 1035 Views
  • 0 replies
  • 0 kudos

Neo4j database concept

Hello all, after some review of official Neo4j documentation still I've not found any explanation about some basic Neo4j concept... in other hands was very easy to find some other useful concept regarding Cypher and related commands. The basic concep...

Resolved! Subquery with relationships property

Hi, there. I am trying to use the newest Game of Thrones dataset from the sandbox graph data science to get the shortest path only to season 3 nodes and relationships. I tried: match (p:Person)-[r:INTERACTS]->(q:Person) where r.book=3 with p as a, q ...

Could not start the server, once the disk was full

1). Neo4j Version: 3.4.7 (CE) Uname - Linux ip-10-1-3-221 4.4.0-176-generic #206-Ubuntu SMP Fri Feb 28 05:02:04 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 3). Server start was failing, we increased the disk size and extended the filesystem with the foll...

satish by Node
  • 1976 Views
  • 2 replies
  • 1 kudos

Query loading for forever

Please find Explain of my query: And my query for this plan is: EXPLAIN match (t1:tr)-[o]-(a1:add) where a1.add= 'xyz' with distinct t1.id as ids-----(these IDS are around 50k in count) Match (t3:tr)-[o2:exit]->(a2:add) where t3.id in (ids) with d...

2X_8_8d4f4ee38e73ec5808f70884e857ee3bbee5d3c3.png

Integrating neo4j aura to AWS Elasticsearch

Hello everyone! I'm new to neo4j aura and elasticsearch and understand that aura only supports APOCs. So I learned there's an apoc component that can connect to elasticsearch. Goal My goal is to use elasticsearch to allow quick searching for data wit...

Keydex by Node
  • 782 Views
  • 1 replies
  • 2 kudos