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

Bloom License Requirement

Hi, We currently have Neo 4J Enterprise Edition 4.1.1. Could you please let us know if the enterprise edition has bloom included as part of the license or it has to be purchased separately? Regards, Pruthvi Please keep the following things in mind: d...

Using Aura from AWS Lambda

Anyone here using AWS Lambda to talk to your Neo4j Aura db? If so would you mind sharing your experience, tips, tricks or issues? In particular w/ the short life of lambdas and how you deal w/ connections/pooling of at all? Reason I'm asking is I wan...

Weird performance issue after upgrade 3.5 => 4.2

We're using Neo4j as a read model in an event sourced system. It's job is basically to process a stream of events and build a database for query purposes. The events are translated into cypher statements and sent to new4j using the bolt driver, in ba...

Deleting nodes taking forever

Hi Everyone, I am facing very strange bug in neo4j. I have deleted 100k nodes but for some 20-30 nodes it is taking forever to delete . i am running below query to delete nodes MATCH(n:LABEL) with n LIMIT 1000 DETACH DELTE n

12kunal34 by Graph Fellow
  • 1249 Views
  • 2 replies
  • 0 kudos

Resolved! Getting result of query into a list format

Hello, I'm working on a database that has two types of nodes : jobs and skills . They have a 'USES' relationship. I am able of getting all skills used in a certain job. However I would like to have the skill.name of all skills in a list in the respon...

How to move on to next step when null

In this Cypher, if '$input.alist' is null, it doesn't move on to next 'UNWIND'. But is there any way to move to next 'UNWIND'? UNWIND $input.alist as a MERGE .... UNWIND $input.blist as b MERGE... I tried to use FOREACH, but it seems like there are ...

Resolved! Connecting one node to multiple

Hello, My problem is that whenever I try to import data via a large csv and connect to a central node, it seems to make many copies of the central node (see photo). The brown nodes are what I want connected to just one "Earth Justice" node. I realize...

3X_1_1_11383913c726a59b7a1cb11d39f324d5529120e9.png

Giving conditions to Nodes

When i query " match (n:label{Name_1:'A'}) match (n)--(p)--(q)--(r) return n,p,q,r" But B receives connection from other nodes aswell, like Here I want B to be given only when I query every node connected to B with a query like " match (n:label{Na...

3X_4_6_4637c72ae7f73d613f72d572f6fb8c31c4c069e0.jpeg 3X_d_3_d309fc7a2f2d5f481a9cf5da17c088e5449e77c7.jpeg

How I can connect a mongoDB to neo4j

I was wondering if anyone in the community has set up neo4j as a container and at the same time to have connected this container with a mongoDB I have deployed neo4j as container and then using the exec mode in the container I wanted to follow that i...