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

Exclude child node from result set

Hi All can't figure out how to exclude child from result select , if both parent and child are selected using where clause . parent is having incoming relationship from child and child/parent are same type of nodes . MATCH (area:AREA)-[r1:CONTAINS]-...

Resolved! Get node label name from csv file

I am importing csv file from import directory by cypher and I would like to create nodes with labels from csv file. Which would look something like this LOAD CSV WITH HEADERS FROM "file:///B.csv" AS csv CREATE (c:csv.Type {name:csv.Name}) return c ...

Knowledge graph embeddings to fetch answers

Hi, I'm planning to build a chat bot with neo4j as knowledge base, whenever user asks certain question which requires to fetch answer from knowledge base, for example consider a movie knowledge graph and say user ask question like "where does actor '...

How to install graph-apps , etl-tool on neo4j neo4j 4.3.2 eneterprsie browser

안녕하세요. 저는 한국에서 neo4j 를 이용하여 network를 분석하려는 데이터 엔지니어입니다. aws ec2 환경에서 우분투 20.0.4 버전으로 neo4j-enterprise 4.3.2 버전을 설치했습니다. 그러나 neo4j-browser가 실행되었지만 graph-app 아이콘이 보이지 않고, project icon도 보이지 않습니다. 일주일째 neo4j 엔터프라이즈 버전을 5번이상 설치해도 결과는 동일합니다. 구글링을 열심히 하고, n...

3X_3_7_37ef321f9ba5db31479785094b562c62d9d7cdeb.png
luckyyun by Node Link
  • 612 Views
  • 3 replies
  • 2 kudos

How to install neo4j casual cluster (install issue)

저는 AWS EC2 (ubuntu 20.4)로 엔터프이즈 버전을 설치를 진행하려 했지만 커뮤니티에서도 도움을 못받아 neo4j casual cluster 구독을 신청했습니다. 하지만 설치과정에서 첨부파일과 같은 에러가 발생했는데요. region을 서울로 선택했지만 a,c를 고를 수 있는 방법이 없는데 왜 에러가 발생했는지, 어떤 서버사양과 롤백 구성방법에 대한 가이드가 나와있지 않아 번번히 설치가 안되고 있습니다. 설치방법에 대해 도와주세요....

luckyyun by Node Link
  • 316 Views
  • 0 replies
  • 0 kudos

Simple query performance evaluation

Hi Neo4j community, I am a working on the evaluation of the performance of a query using the recommnedations dataset included in the Sandbox. I tried to emulate a multi label by doing the following: MATCH (n:Actor:Director) SET n:ActorAndDirector RET...

pska752 by Node Link
  • 563 Views
  • 2 replies
  • 0 kudos

Resolved! Synonyms: how to match a list property?

I have a lot of nodes which have a name property. The name is something comma separated, because it contains synonyms. So, I decided to try to set the name as a list instead of a single string. a specific query match (n:AppellationNew {uuid: "c38e2d5...

How to get rid of not matching elements

Using Comunity edition 4.3.2 with apoc I have a question that I wasn't able to solve. I am importing some data from a CSV file. In the first round I imported all data that match some business condition. On 900 input lines, I imported 841. But the oth...

Condition Based Output

As you see in image, A is connected to B,C,F,G. When I query A like "Match (n:Label{Name:'Name'})", it's actually returning me B,C,F,G which is right, but I want "B" to be returned only if I query "A","D","E", like if the values of A,D,E are true. H...

3X_e_4_e40330fdfaecc40fc237c1a31283a445eb0b4f33.jpeg

How to show graphapp icon on ubuntu

안녕하세요. 네오4j를 활용한 데이터 분석을 한국에서 사용자입니다. 저는 얼마전에 neo4j 엔터프라이즈 버전 4.3.2 버전을 aws ec2 환경(ubuntu 20. version )에 설치를 했습니다. 그런데 보시다시피 graphapp icon이 보이지 않습니다. neo4j를 재설치를 해보고 trial 버전을 신청을 했음에도 여전히 graphapps가 보이지 않습니다. 대체 뭐가 문제인지 모르겠습니다. 저는 지금 ETL TOOL 도 설치하여...

3X_e_1_e16893f96baae541cce61110c23f241a5e3df753.png
luckyyun by Node Link
  • 530 Views
  • 2 replies
  • 0 kudos

Resolved! How to get group of connected nodes?

I have a group of nodes connected like this: Within a group, each of the nodes will be connected to similar nodes by 1 or more hops. I need to get a group members separately ? Not really worried about how they are connected, as long as they are conn...

3X_3_2_329704f34924b8a2c8361d21b50b38b2421fa96c.png

Neo4j Desktop Issue

I recently used Neo4j Desktop version 1.2.5 with Window 10. It worked well with some data analytics. But, now, the Neo4j desktop application can't open so that I can't do anything. I see the Neo4j desktop.exe (Admin) is running in the background proc...