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

LOAD CSV: mulitple MERGE and Eager operator

I have a large CSV file that contains mulitple nodes per line. I would like to use LOAD CSV to MERGE the nodes and set some properties. However, I always get the "Eager operator" warning for this query: USING PERIODIC COMMIT LOAD CSV FROM 'file:///MR...

martin2 by Node Link
  • 306 Views
  • 0 replies
  • 0 kudos

Exists Function

Match (c:Case),(a:Event),(b:Event{activity:'B'}) where not exists((c)<-[:EVENT_TO_CASE]-(a)<-[:DF*..]-(b)) and a.activity='A' return distinct c.name I have this query I want to get which case name doesn't have a relation between A and B The query r...

Unable to load data from API

Hi Team, I am unable to load the JSON data from the Publicly available FHIR Server http://hapi.fhir.org/baseR4 . Please find the error below and help me to resolve it. API Endpoint - http://hapi.fhir.org/baseR4/Patient/1232027 Cypher Query - call ap...

3X_f_6_f69240547dd318b35a5af3ccb673b2d41ac7aceb.png

Please Help me. I have three problem . first ! How do I run bloom and apoc together in docker?

제가 겪고있는 문제는 3가지 정도 될 것 같습니다. 도커로 neo4j를 실행할 때 apoc과 bloom을 함께 실행하려면 어떻게 해야되나요? 사진을 보시면 bloom의 인증문제가 있습니다. 어떻게 로그인하고 인증받아야 하나요? 스크립트를 만들어야 하는데 어떻게 만들지 모르겠습니다. 나중에 배치처리를 위해 스크립트로 작성할 필요가 있습니다. shell script로 작성하는 방법을 알려주세요. [Google Translate] The ...

3X_d_a_da59b7f9345c7e4f9b551e622c3746d3e0b9fa9d.png

Resolved! Extracting property of node to a new node

Hey Everyone, For a proof of concept i'm struggling with a Cypher query to get a property on an existing node, and create a new node with a relationship to the node it's coming from. I've tried the following: CALL apoc.periodic.iterate(" MATCH (t...

Resolved! Apoc.Coll.Sort() NullPointerException

Hi there Using Neo4j: 4.2.10 Apoc: apoc-4.2.0.6-all.jar Browser 4.3.3 I got a NullPointerException from this query WITH apoc.coll.dropDuplicateNeighbors([1,1,2,3,4,3,5]) AS numbers WITH apoc.coll.pairs(numbers) AS pairs UNWIND [pair IN pairs | apoc.c...

How to rename database in community edition?

I'd like to rename default "neo4j" database in Neo4j? I tried to change name using config: dbms.default_database=new_db_name Works, new DB is created but "show databses" still display the old one as offline. How to remove it from offlines? Regards

Gosforth by Graph Buddy
  • 1637 Views
  • 4 replies
  • 2 kudos

Loading nested XML elements not working properly

I am trying to load a XML file with apoc and merge different nested elements into nodes. Unfortunately, in case there are nested elements, my query returns multiple elements per unique ID where I only want one. A different cypher query only returns a...

Resolved! Browser major BUG

Hi there The full screen function for the Browser doesn't work anymore. I'm using Chrome Version 91.0.4472.164 Browser 4.3.2 Neo4j server enterprise 4.2.10

3X_c_3_c3310d5f8d1e72aa4330d3950772d23c1bbf99e6.png