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
30
富山Ruby会議01 をふりかえる
kunitoo
0
48
Using Ractor
kunitoo
0
150
introduction neo4j
kunitoo
0
150
vim operation and my hotkey
kunitoo
0
150
アジャイルソフトウェア開発の概要と現場での実践
kunitoo
0
2.1k
Introduction of neo4j
kunitoo
0
1.9k
Ruby 2.3 のてざわり
kunitoo
2
460
てさぐれ!受託もの
kunitoo
1
580
Other Decks in Technology
See All in Technology
Data & AIの未来とLakeHouse
ishikawa_satoru
0
720
「データ無い! 腹立つ! 推論する!」から 「データ無い! 腹立つ! データを作る」へ チームでデータを作り、育てられるようにするまで / How can we create, use, and maintain data ourselves?
moznion
6
3.5k
Design and implementation of "Markdown to Google Slides" / phpconfuk 2025
k1low
1
390
Master Dataグループ紹介資料
sansan33
PRO
1
3.9k
旧から新へ: 大規模ウェブクローラの Perl から Go への移行 / YAPC::Fukuoka 2025
motemen
1
720
CodexでもAgent Skillsを使いたい
gotalab555
9
4.4k
AWS資格は取ったけどIAMロールを腹落ちできてなかったので、年内に整理してみた
hiro_eng_
0
200
フライトコントローラPX4の中身(制御器)を覗いてみた
santana_hammer
1
140
Flutterで実装する実践的な攻撃対策とセキュリティ向上
fujikinaga
1
330
仕様は“書く”より“語る” - 分断を超えたチーム開発の実践 / 20251115 Naoki Takahashi
shift_evolve
PRO
1
380
バグと向き合い、仕組みで防ぐ
____rina____
0
250
Rubyist入門: The Way to The Timeless Way of Programming
snoozer05
PRO
5
290
Featured
See All Featured
The Cost Of JavaScript in 2023
addyosmani
55
9.2k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
54k
Making Projects Easy
brettharned
120
6.4k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
Designing Experiences People Love
moore
142
24k
Visualization
eitanlees
150
16k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
24
1.5k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
Unsuck your backbone
ammeep
671
58k
Documentation Writing (for coders)
carmenintech
76
5.1k
4 Signs Your Business is Dying
shpigford
186
22k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
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 ぜひ利用 してみて ください