an introduction to neo4j (graph database tutorial for beginners)

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2024

Комментарии • 81

  • @trevorhart4120
    @trevorhart4120 3 года назад +36

    Hi, this was the best Neo4j tutorial I've seen, well explained. Great stuff.

    • @chrishayuk
      @chrishayuk  3 года назад +1

      Wow, thank you, glad you liked :)

  • @rogerdunn3609
    @rogerdunn3609 2 года назад +6

    I watched this as a reminder for graphs that I knew so well. I have found graphs to be helpful in the HR and GIS industries. I once loaded our HR database as a graph and was able to query silly things like, "Which employees have the same first name as another employee up the chain of command? Show those employees and how they're connected." I also combined HR data and IT data to find applications that some people in a division had access to, that other people in that division didn't have access to. I used GIS graphs to traverse manholes and sewer lines, and hope to use graphs for even more stuff.

    • @chrishayuk
      @chrishayuk  2 года назад +1

      niiiice. sounds like great use-cases

  • @Corie3269
    @Corie3269 2 года назад +11

    This helped me tremendously, since I was just given the task to create a graph database with neo4j without any further instruction. You have a great way of explaining things. Awesome video!

  • @govindavireddi5723
    @govindavireddi5723 2 года назад +5

    Very useful for someone new to GraphDB and Neo4J. You gave me great start for my learning.

  • @williwombat1066
    @williwombat1066 Год назад +1

    Thanks Chris. This was a great and concise presentation using real-world use cases.

  • @arashrostami8883
    @arashrostami8883 9 месяцев назад +1

    Really the best Neo4j tutorial . Well done👌

    • @chrishayuk
      @chrishayuk  9 месяцев назад

      Very kind, glad you like it

  • @khim2970
    @khim2970 Год назад +1

    watch this today, very useful, thank very much Chris, wish you a nice day

  • @thisaraharshana2168
    @thisaraharshana2168 Год назад +1

    Thank you sir. To begin with Neo4j this tutorial is super. !!!

  • @rickstead8189
    @rickstead8189 3 года назад +9

    Important note: two-directional relationships is bad practice
    Cypher allows you ignore relation direction if you want to, so:
    MATCH (neo)-[:PARTNER]-(partner)
    and
    MATCH (neo)-[:PARTNER]->(partner) and MATCH (neo)

    • @DANstudiosable
      @DANstudiosable 2 года назад +2

      'Only directed relationships are supported' this error occurs when using your syntax

    • @XenoZeduX
      @XenoZeduX 2 года назад

      @@DANstudiosable Yes, it goes against what is described in the docs so not surprising

  • @brunoaugustorodriguesalves4080
    @brunoaugustorodriguesalves4080 3 года назад +4

    Thank you. Very much, your class is wonderful and it is solving many problems.

  • @Verile00787
    @Verile00787 2 года назад +2

    very Interesting ("dil-chusp" in hindi), full of knowledge & opening doors for imaginary people . Continue series, i wait for another, another ...

  • @reubenseyram7918
    @reubenseyram7918 2 года назад +2

    this is great Chris, thanks. Please would you mind doing a series on this. for instance with csv files, and even for node prediction?

  • @DANstudiosable
    @DANstudiosable 2 года назад +3

    Soo good. Please continue making more videos in Neo4J.

    • @chrishayuk
      @chrishayuk  2 года назад

      thank you. will do, glad the vid was useful

  • @johnburgoon8711
    @johnburgoon8711 2 года назад +2

    Very much appreciate your style. Thank you.

  • @metin4yt
    @metin4yt Год назад +1

    This is great, wonderful tutorial

    • @chrishayuk
      @chrishayuk  Год назад

      Thank you, glad it was useful

  • @PorTV1
    @PorTV1 2 года назад +1

    Thank you so much. you clip is concise and gave quick overview information. Great work.

    • @chrishayuk
      @chrishayuk  2 года назад

      You're welcome! glad it was helpful

  • @slawomirgontarek4213
    @slawomirgontarek4213 Год назад

    Hello, good video.
    Can I attach a PDF document to such a Neo4j or Neo4j Aura DB and will I be able to search and analyze data and information from PDF documents? Please answer

  • @supunthilakshana
    @supunthilakshana Год назад +1

    Thank you for the video. Very helpful & well explained

  • @steffenrehfu1874
    @steffenrehfu1874 3 года назад

    What a great tutorial. Thanks a lot for this! Greetings from Black Forest - Germany

    • @chrishayuk
      @chrishayuk  3 года назад

      thank you :) glad it was useful

  • @bubaland1471
    @bubaland1471 Год назад +1

    thank you for this tutorial!🧡

  • @mxt1201
    @mxt1201 3 года назад +2

    Very well explained! Thank you!

  • @jasonkang1382
    @jasonkang1382 2 года назад +1

    I thought docker images on macs don't get routed to the right port, and that you need a VM layer to launch the docker image. But you're able to access your docker image via localhost. How is this possible? Is this unique to apple m1?

    • @chrishayuk
      @chrishayuk  2 года назад +1

      nah.. it's true for all macs. this was an issue in the past but not an issue with later versions of docker

  • @初幻-l1j
    @初幻-l1j 3 года назад +1

    Your tutorial is very clear! Thanks!

    • @chrishayuk
      @chrishayuk  3 года назад

      Thank you, glad it was useful

  • @waodezalmawati460
    @waodezalmawati460 2 года назад +1

    Best explain tutorial!

    • @chrishayuk
      @chrishayuk  2 года назад

      Thank you, that’s so kind

  • @hosseinbred1061
    @hosseinbred1061 3 месяца назад

    Great explanation

  • @nirmaltripathy3226
    @nirmaltripathy3226 2 года назад

    Fantastic work,this is truly awesome 👌.

  • @rjrmatias
    @rjrmatias 2 года назад +1

    Excellent video, thank you !

  • @TheFeThrone
    @TheFeThrone 3 года назад

    Is there a way to automatically force the graph-view into being a tree instead of manually pulling each node to its place?

  • @brainnourishment10
    @brainnourishment10 2 года назад +1

    I followed all the steps correctly, however the local host isnt working. It just says cannot connect to localhost. what should i do? i am on macos btw

  • @rolasameh1757
    @rolasameh1757 Год назад

    what version of neo4j is compatible with python?

  • @adinshhh4378
    @adinshhh4378 Год назад

    Thank you information sir 😊

  • @snap4ward
    @snap4ward 2 года назад +3

    I needed to add the 7687 port for docker on intel Mac
    docker run -p7474:7474 -p7687:7687 -d -v $HOME/neo4j/data:/data -v $HOME/neo4j/logs:/logs -v $HOME/neo4j/import:/var/lib/neo4j/import -v $HOME/neo4j/plugins:/plugins --env NEO4J_AUTH=neo4j/test neo4j:latest

  • @MarioStefanutti
    @MarioStefanutti 2 года назад +1

    Great intro. Me and Coca Cola thank you 🙂

    • @chrishayuk
      @chrishayuk  2 года назад

      Hahaha, it’s one of my favorite t-shirts

  • @balkaransingh951
    @balkaransingh951 3 года назад

    Thanks a lot man for this insightful tutorial

  • @lfmtube
    @lfmtube 2 года назад +1

    Congratulations for a very instructive and professional video and Thanks! Great works! I am a new subscriber.

  • @kyhuynhduc
    @kyhuynhduc 3 года назад

    welldone Chris!

  • @frank04ify
    @frank04ify Год назад +1

    Thanks for the intro - very helpful! Docker command working for me on M2MacBook Air as of 1/24/2023:
    docker run --publish=7474:7474 --publish=7687:7687 --env=NEO4J_AUTH=neo4j/password neo4j:latest

  • @AntonioAndrade
    @AntonioAndrade 3 года назад

    Thanks a lot. This tutorial is quite useful

  • @selamkebu8466
    @selamkebu8466 2 года назад +1

    thank you so much

  • @kebman
    @kebman 2 года назад +3

    Your room is so dark, you should wear a Guy Fawkes mask while doing these videos. Everyone watching would feel like they were underground hackers. xD

  • @Dima-yw5kj
    @Dima-yw5kj 3 года назад

    thanks for the tutorial, rly helpful

  • @InMemoryOfNeo
    @InMemoryOfNeo 2 года назад +1

    coccacola supports you?

    • @chrishayuk
      @chrishayuk  2 года назад +1

      ah no, just a nice t-shirt that i like

  • @Laizig
    @Laizig Год назад

    I cannot connect.

  • @jeffersontafarel3341
    @jeffersontafarel3341 2 года назад +1

    I'm using windows and having problem with docker hahaha

    • @chrishayuk
      @chrishayuk  2 года назад

      You had me at.. windows 😎

  • @mertcangsm11
    @mertcangsm11 2 года назад

    20:32

  • @poaleell
    @poaleell 2 года назад

    А ещё быстрее можешь говорить?
    😆😆😆😆