Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction Neo4j oblove calendar

Kunihiko Ito
January 11, 2017

Introduction Neo4j oblove calendar

2017 アジャイル事業部 年始のご挨拶のビデオレターで使ったスライド
https://esminc.connpass.com/event/47039/

Kunihiko Ito

January 11, 2017
Tweet

More Decks by Kunihiko Ito

Other Decks in Technology

Transcript

  1. Introduction Neo4j Powered by Rabbit 2.1.9
    Introduction
    Neo4j
    Kunihiko Ito
    2017/01/11

    View Slide

  2. Introduction Neo4j Powered by Rabbit 2.1.9
    あけま
    して

    View Slide

  3. Introduction Neo4j Powered by Rabbit 2.1.9
    おめでと
    うござい
    ます

    View Slide

  4. Introduction Neo4j Powered by Rabbit 2.1.9
    @kunitoo
    です

    View Slide

  5. Introduction Neo4j Powered by Rabbit 2.1.9
    本年もよろ
    しくお願い
    いたします

    View Slide

  6. Introduction Neo4j Powered by Rabbit 2.1.9
    本日は参加
    できずすみ
    ません

    View Slide

  7. Introduction Neo4j Powered by Rabbit 2.1.9
    ビデオレ
    ターで失
    礼します

    View Slide

  8. Introduction Neo4j Powered by Rabbit 2.1.9
    今年

    View Slide

  9. Introduction Neo4j Powered by Rabbit 2.1.9
    カレンダ
    ーはいか
    がですか?

    View Slide

  10. Introduction Neo4j Powered by Rabbit 2.1.9
    5月を担
    当しまし

    View Slide

  11. Introduction Neo4j Powered by Rabbit 2.1.9
    Neo4j

    View Slide

  12. Introduction Neo4j Powered by Rabbit 2.1.9
    使ったこ
    とありま
    すか?

    View Slide

  13. Introduction Neo4j Powered by Rabbit 2.1.9
    カレンダ
    ーでは

    View Slide

  14. Introduction Neo4j Powered by Rabbit 2.1.9
    グラフ
    データ

    View Slide

  15. Introduction Neo4j Powered by Rabbit 2.1.9
    操作する
    クエリ言

    View Slide

  16. Introduction Neo4j Powered by Rabbit 2.1.9
    Cypher

    View Slide

  17. Introduction Neo4j Powered by Rabbit 2.1.9
    紹介して
    います

    View Slide

  18. Introduction Neo4j Powered by Rabbit 2.1.9
    自分の知っているユーザーを
    見つける場合
    MATCH (me)-[:KNOWS]->(known_user)
    RETURN known_user;

    View Slide

  19. Introduction Neo4j Powered by Rabbit 2.1.9
    更に知っているユーザーの知
    っているユーザーは以下のよ
    うに書けます
    MATCH (me)-[:KNOWS*2..2]->(known_known_user)
    RETURN known_known_user;

    View Slide

  20. Introduction Neo4j Powered by Rabbit 2.1.9
    AAに見えてきませんか?
    ()-[]->()

    View Slide

  21. Introduction Neo4j Powered by Rabbit 2.1.9
    普段使う
    RDBとは
    違う

    View Slide

  22. Introduction Neo4j Powered by Rabbit 2.1.9
    データ操作
    がおもしろ
    いので

    View Slide

  23. Introduction Neo4j Powered by Rabbit 2.1.9
    ぜひ利用
    してみて
    ください

    View Slide