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.3k
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
12
富山Ruby会議01 をふりかえる
kunitoo
0
17
Using Ractor
kunitoo
0
110
introduction neo4j
kunitoo
0
120
vim operation and my hotkey
kunitoo
0
130
アジャイルソフトウェア開発の概要と現場での実践
kunitoo
0
1.9k
Introduction of neo4j
kunitoo
0
1.9k
Ruby 2.3 のてざわり
kunitoo
2
420
てさぐれ!受託もの
kunitoo
1
530
Other Decks in Technology
See All in Technology
The Future of SEO: The Impact of AI on Search
badams
0
190
株式会社EventHub・エンジニア採用資料
eventhub
0
4.3k
関東Kaggler会LT: 人狼コンペとLLM量子化について
nejumi
3
570
AndroidXR 開発ツールごとの できることできないこと
donabe3
0
130
PHPカンファレンス名古屋-テックリードの経験から学んだ設計の教訓
hayatokudou
0
230
エンジニアの育成を支える爆速フィードバック文化
sansantech
PRO
3
1.1k
N=1から解き明かすAWS ソリューションアーキテクトの魅力
kiiwami
0
130
ユーザーストーリーマッピングから始めるアジャイルチームと並走するQA / Starting QA with User Story Mapping
katawara
0
200
データ資産をシームレスに伝達するためのイベント駆動型アーキテクチャ
kakehashi
PRO
2
520
Building Products in the LLM Era
ymatsuwitter
10
5.4k
飲食店予約台帳を支えるインタラクティブ UI 設計と実装
siropaca
7
1.7k
利用終了したドメイン名の最強終活〜観測環境を育てて、分析・供養している件〜 / The Ultimate End-of-Life Preparation for Discontinued Domain Names
nttcom
2
190
Featured
See All Featured
GraphQLとの向き合い方2022年版
quramy
44
13k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
133
33k
Designing Experiences People Love
moore
140
23k
Measuring & Analyzing Core Web Vitals
bluesmoon
6
240
A Tale of Four Properties
chriscoyier
158
23k
Making the Leap to Tech Lead
cromwellryan
133
9.1k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
960
Building Adaptive Systems
keathley
40
2.4k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
What's in a price? How to price your products and services
michaelherold
244
12k
Rebuilding a faster, lazier Slack
samanthasiow
80
8.8k
Typedesign – Prime Four
hannesfritz
40
2.5k
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 ぜひ利用 してみて ください