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
27
富山Ruby会議01 をふりかえる
kunitoo
0
42
Using Ractor
kunitoo
0
140
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
450
てさぐれ!受託もの
kunitoo
1
570
Other Decks in Technology
See All in Technology
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
170
AI時代にPdMとPMMはどう連携すべきか / PdM–PMM-collaboration-in-AI-era
rakus_dev
0
280
LLM翻訳ツールの開発と海外のお客様対応等への社内導入事例
gree_tech
PRO
0
540
役割は変わっても、変わらないもの 〜スクラムマスターからEMへの転身で学んだ信頼構築の本質〜 / How to build trust
shinop
0
160
Platform開発が先行する Platform Engineeringの違和感
kintotechdev
2
350
研究開発と製品開発、両利きのロボティクス
youtalk
1
470
AI エージェントとはそもそも何か? - 技術背景から Amazon Bedrock AgentCore での実装まで- / AI Agent Unicorn Day 2025
hariby
4
1.1k
AIエージェントの活用に重要な「MCP (Model Context Protocol)」とは何か
masayamoriofficial
0
290
DevIO2025_継続的なサービス開発のための技術的意思決定のポイント / how-to-tech-decision-makaing-devio2025
nologyance
0
180
ライブサービスゲームQAのパフォーマンス検証による品質改善の取り組み
gree_tech
PRO
0
540
「魔法少女まどか☆マギカ Magia Exedra」のグローバル展開を支える、開発チームと翻訳チームの「意識しない協創」を実現するローカライズシステム
gree_tech
PRO
0
540
開発者を支える Internal Developer Portal のイマとコレカラ / To-day and To-morrow of Internal Developer Portals: Supporting Developers
aoto
PRO
1
300
Featured
See All Featured
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
KATA
mclloyd
32
14k
Agile that works and the tools we love
rasmusluckow
330
21k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
BBQ
matthewcrist
89
9.8k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.6k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
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 ぜひ利用 してみて ください