본문 바로가기

전체 글

(391)
Shortest Path without weight Native Graph 구조로 이미 데이터가 연결되어 있다는 것은 어떤 효과를 가져 오는가 ? 아닌것을 아닌것으로, 없는 연결을 없는 것으로 확정하는데 리소스가 별로 들지 않는다 특정 조건에 해당하는 값이 없는 경우에서 무언가를 없다라고 확인하려면 전수 조사가 들어가야 했다면 그래프 에서는 적어도 자신과 연결된 것을 빠르게 확인하고 판정을 할 수 가 있다 도달이 안되면 없는 것이다 전체를 찾는 형태가 아니라 그 출발점이 없으면 출발 자체를 못하기에 바로 확인이 된다. 연결도 연결이 안되어 있으면 관련 없는 모든 것을 찾은 다음에 없다가 아니라, 자신과 연결된 것에서 찾으면서 없으면 없다이다. 스키마가 설계된 상태에서 - Tree 를 누구로 부터 시작할지만 알면 된다 (물론 내부적으로 어떤 vertex 와..
gsql> help basic and help query GSQL > help basic Summary of TigerGraph GSQL data definition (DDL) and loading commands. Please check the GSQL Language Reference, Part 1 for more details. Attribute Types INT FLOAT STRING FIXED_BINARY(n) LIST UINT DOUBLE STRING COMPRESS UDT SET BOOL DATETIME MAP ######################################## ##### Schema Definition and Update ##### CREATE VERTEX vType (PRIMARY_ID id type, attributeNa..
Patterns for relationships in Neo4j https://neo4j.com/docs/cypher-manual/4.0/syntax/patterns/#cypher-pattern-relationship Patterns - Neo4j Cypher Manual The simplest way to describe a relationship is by using the arrow between two nodes, as in the previous examples. Using this technique, you can describe that the relationship should exist and the directionality of it. If you don’t care about the directio neo4j.com 6. Patterns for ..
2021년 엔터프라이즈 지식 그래프 동향 2021년 엔터프라이즈 지식 그래프 동향 타이거그래프 게스트 블로거 블로그, 커뮤니티, 그래프 데이터베이스 마켓, 그래프 데이터베이스 원래 이 글은 Optum의 연구위원인 Dan McCreary가 Medium 에 게시한 글입니다. 그리고 이 글은 엔터프라이즈 지식그래프, EKG(Enterprise Knowledge Graph) 동향에 대한 세 번째 연간 게시물입니다. 이 블로그에서 제 2019년 및 2020년 게시물도 찾을 수 있으며, 이 세 개의 게시물에서 몇 가지 일관된 패턴을 찾을 수 있을 것으로 생각합니다. 그래프 데이터베이스의 인기는 계속 상승하고 있습니다. EKG에 대한 관심이 계속해서 증가하고 있습니다. 아래 DB-Engines의 인기도 변화 차트를 보면 그래프 데이터베이스(Graph Dat..
November 6th / 2nd class November 6th / 2nd class I ‘ve been here. 나 여기 온적 있어요. I ‘ve been there once. 저 거기 한번 가봤어요. That’s not common. 저거 쉽지 않은데..(상사가 실수 많이하는거) I provide service~ 난 서비스를 제공한다. When my game is launched.. 게임이 출시되면.. I am done with manger work. 이제 매니져 일은 끝! My position is vague. 제 보직이 애매해요. They asked me to do this. 저에게 이거 하라고 했어요. I am frustrated. 저 정말 짜증나요. Affiliated company 제휴회사 It’s not my will. It’s..
TigerGraph Study 10.30(Sat) Turing Complete ??? [tigergraph@ip-172-31-16-56 ssh]$ pwd /home/tigergraph/tigergraph/data/ssh [tigergraph@ip-172-31-16-56 ssh]$ cat ssh_config Host * IdentityFile /home/tigergraph/.ssh/id_rsa IdentityFile /home/tigergraph/.ssh/tigergraph_rsa Port 22 Host m1 ADMIN#1 admin#1 CTRL#1 ctrl#1 DICT#1 dict#1 ETCD#1 etcd#1 EXE_1 exe_1 GPE_1#1 gpe_1#1 GSE_1#1 gse_1#1 GSQL#1 gsql#1 GUI#1 gui#1 IFM#1 ifm#1..
GraphDB GSQL learning I From Guru14 (TigerGraph 유튜브 동영상 강의 학습중) 그래프 디비가 무엇을 할 수 있는지를 찾으려면 데이터 저장 구조와 무엇을 잘 할 수 있는지 어디까지 가능한지 알아야 하고 두가지가 동시에, 데이터 구조 어떻게 펼쳐져 있는지에 따라 모양새에 따라 그리고 쿼리가 어떻게 그려지고 작성되며 실제로 내부에서 위 데이터구조를 어떻게 흘러 타고 들어가 움직이는지 같이 머릿속에 그려져야 한다. 그래야 원하는 데이터를 만들 수 있다. 1.FROM X:x -(E1:e1)- Y:y ○E1 is an undirected edge. x, y bind to the end points of E1. e1 is alias to E1. 2.FROM X:x -(E2>:e2)- Y:y ○Right directed ed..
test 100 00:01 okay, we're going to get started now, 00:03 and pass it off 00:04 to Victor and Rayees. alright, thanks for the intro Emily. so this is Victor Lee and with me is my partner, Rayees Pasha, and we're here today to talk to you about why tigergraph is much faster than a competition from an architectural standpoint. want to give you some insight into the architecture. i'm the 00:29 i'm the head..