Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Introduction Neo4j oblove calendar
Search
Kunihiko Ito
January 11, 2017
Technology
0
1.4k
Introduction Neo4j oblove calendar
2017 アジャイル事業部 年始のご挨拶のビデオレターで使ったスライド
https://esminc.connpass.com/event/47039/
Kunihiko Ito
January 11, 2017
Tweet
Share
More Decks by Kunihiko Ito
See All by Kunihiko Ito
データでふりかえるToyama.rb #100 2024
kunitoo
0
28
富山Ruby会議01 をふりかえる
kunitoo
0
45
Using Ractor
kunitoo
0
150
introduction neo4j
kunitoo
0
140
vim operation and my hotkey
kunitoo
0
150
アジャイルソフトウェア開発の概要と現場での実践
kunitoo
0
2k
Introduction of neo4j
kunitoo
0
1.9k
Ruby 2.3 のてざわり
kunitoo
2
460
てさぐれ!受託もの
kunitoo
1
570
Other Decks in Technology
See All in Technology
生成AIとM5Stack / M5 Japan Tour 2025 Autumn 東京
you
PRO
0
210
10年の共創が示す、これからの開発者と企業の関係 ~ Crossroad
soracom
PRO
1
170
【新卒研修資料】LLM・生成AI研修 / Large Language Model・Generative AI
brainpadpr
23
17k
KMP の Swift export
kokihirokawa
0
330
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
20k
DataOpsNight#8_Terragruntを用いたスケーラブルなSnowflakeインフラ管理
roki18d
1
340
Findy Team+のSOC2取得までの道のり
rvirus0817
0
330
OCI Network Firewall 概要
oracle4engineer
PRO
1
7.8k
Goにおける 生成AIによるコード生成の ベンチマーク評価入門
daisuketakeda
2
100
関係性が駆動するアジャイル──GPTに人格を与えたら、対話を通してふりかえりを習慣化できた話
mhlyc
0
130
Green Tea Garbage Collector の今
zchee
PRO
2
390
多様な事業ドメインのクリエイターへ 価値を届けるための営みについて
massyuu
0
110
Featured
See All Featured
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.7k
The World Runs on Bad Software
bkeepers
PRO
71
11k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
610
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Context Engineering - Making Every Token Count
addyosmani
5
180
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Rails Girls Zürich Keynote
gr2m
95
14k
Documentation Writing (for coders)
carmenintech
75
5k
Speed Design
sergeychernyshev
32
1.1k
Transcript
Introduction Neo4j Powered by Rabbit 2.1.9 Introduction Neo4j Kunihiko Ito
2017/01/11
Introduction Neo4j Powered by Rabbit 2.1.9 あけま して
Introduction Neo4j Powered by Rabbit 2.1.9 おめでと うござい ます
Introduction Neo4j Powered by Rabbit 2.1.9 @kunitoo です
Introduction Neo4j Powered by Rabbit 2.1.9 本年もよろ しくお願い いたします
Introduction Neo4j Powered by Rabbit 2.1.9 本日は参加 できずすみ ません
Introduction Neo4j Powered by Rabbit 2.1.9 ビデオレ ターで失 礼します
Introduction Neo4j Powered by Rabbit 2.1.9 今年 の
Introduction Neo4j Powered by Rabbit 2.1.9 カレンダ ーはいか がですか?
Introduction Neo4j Powered by Rabbit 2.1.9 5月を担 当しまし た
Introduction Neo4j Powered by Rabbit 2.1.9 Neo4j
Introduction Neo4j Powered by Rabbit 2.1.9 使ったこ とありま すか?
Introduction Neo4j Powered by Rabbit 2.1.9 カレンダ ーでは
Introduction Neo4j Powered by Rabbit 2.1.9 グラフ データ
Introduction Neo4j Powered by Rabbit 2.1.9 操作する クエリ言 語
Introduction Neo4j Powered by Rabbit 2.1.9 Cypher
Introduction Neo4j Powered by Rabbit 2.1.9 紹介して います
Introduction Neo4j Powered by Rabbit 2.1.9 自分の知っているユーザーを 見つける場合 MATCH (me)-[:KNOWS]->(known_user)
RETURN known_user;
Introduction Neo4j Powered by Rabbit 2.1.9 更に知っているユーザーの知 っているユーザーは以下のよ うに書けます MATCH
(me)-[:KNOWS*2..2]->(known_known_user) RETURN known_known_user;
Introduction Neo4j Powered by Rabbit 2.1.9 AAに見えてきませんか? ()-[]->()
Introduction Neo4j Powered by Rabbit 2.1.9 普段使う RDBとは 違う
Introduction Neo4j Powered by Rabbit 2.1.9 データ操作 がおもしろ いので
Introduction Neo4j Powered by Rabbit 2.1.9 ぜひ利用 してみて ください