Тёмный

Introduction to Neo4j and Graph Databases 

Microsoft Research
Подписаться 329 тыс.
Просмотров 79 тыс.
50% 1

Опубликовано:

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 56   
@stevecoffman2559
@stevecoffman2559 3 года назад
Show the slides >80% of the time. The slides are more important than the visual of the speaker.
@kiran9k9
@kiran9k9 3 года назад
I am nuts for Mystic River too :)
@doubleo_46
@doubleo_46 4 года назад
amazing :)
@DrRandyDavila
@DrRandyDavila 3 года назад
Love how everyone is using a MacBook Pro
@andrewjacks4108
@andrewjacks4108 2 года назад
Must be watching a different video to me
@whiskyodtw3960
@whiskyodtw3960 2 года назад
the lecture is quite informative, but why the hell do you need to focus constantly on the speaker insteed of on the slides! THIS ruines everything!
@aryashahdi2790
@aryashahdi2790 Год назад
Fantastic presenter. Amazed how he addressed the questions so precisely.
@sureshgatti146
@sureshgatti146 4 года назад
Very nice presentation. It would have been better if the camera focused more on the slides. Several times, wanted to look at the board to follow what he was saying.
@jamesr.mireles7964
@jamesr.mireles7964 4 года назад
Exactly!. I'm 27 minutes into the presentation and have been annoyed by this from the start. Especially when he is showing code snippets.
@jamesr.mireles7964
@jamesr.mireles7964 4 года назад
totole found the slides here: www.microsoft.com/en-us/research/video/introduction-to-neo4j-and-graph-databases/
@kwoowoo828
@kwoowoo828 4 года назад
This is a video. You can pause and go back to look at the board. This is what I did.
@kazaakas
@kazaakas 3 года назад
@@jamesr.mireles7964 Thanks for the link. Much nicer to watch it this way.
@thomasklugh4345
@thomasklugh4345 2 года назад
To Suresh... Pause and go back?
@ericpmoss
@ericpmoss 4 года назад
Please focus the camera on the screen -- it takes time to digest what's written, and we need to hear him speak at the same time.
@ProjectDataScience
@ProjectDataScience 4 года назад
Great presentation, I thoroughly enjoyed watching it. I've been diving into Neo4j recently, and I loved how this talk not only covered the introductory topics really well but also went into common pitfalls, anti-patterns, and where to look for advanced material (like the graph algorithms). It's clear this guy knows his stuff!
@Linuxhippy2
@Linuxhippy2 2 года назад
too bad neo4j browser is so horrible slow
@nerdophile6945
@nerdophile6945 4 года назад
Great Initiative by Microsoft. It was a good interactive session, one guy asked a question which I totally had in my mind. Concise and straight to the point. Really looking forward to Neo4j.
@prosongo2007
@prosongo2007 3 года назад
I love the presentation, and I'm interested in using Neo4j. What turns me off a bit (as a researcher) is the Cypher language. It seems to be overcomplicated SQL (but it might be just my "noobish" impression). I want to write simple queries like in 23m:39s : "Who loves Ann?" ;) and db engine figures out > "Ann" probably {Person}, "loves" probably {label} etc... Does such a parser exist?
@MsLe2016
@MsLe2016 5 лет назад
I was the person that worked really hard at 50:08 :D Oh dear little did I know :D
@alute5532
@alute5532 Год назад
Not saying nothing possible but it it's difficult don't forget it that way Use match The car gets bound to max vars in Database Merge Get or create Merge = 1 Want to create a unique node property constraints from the start Create constraint on person Assert exists label name Join created at query runtime Live data query, still compute it every single time Need more joins query complexity grows Adding new data, and relationships, where you get into the NoSql sql schema bound is good on data integrity but bad in evolvability and Agility Hard to redefine relationship on fly and redefine a graphive data, everytime you recompure the data doing lot more scans than strictly necessary Data lineage problem Are as acyclic graph Give all info from data sourced by source X Recursive sql using dried procedures Cipher defined relationship hops Problem is grsphy thus intuitive by using neo4js It mimics a read only svheme Values only computed once When data was written, and never again Traversing data is cheap because it's about pointer dereferencing
@TonyHenrique
@TonyHenrique 4 года назад
This database is awesome and this Cypher Query Language is very intuitive and easy to use.
@whateverman187
@whateverman187 5 лет назад
Starts at 02:23
@TheMahimas
@TheMahimas 3 года назад
Great Video. I have a question - Say I have 15 different legacy RDMS database instances where the data related to each other reside and these have millions of records.If I implement Neo4J here, my intention is to traverse the graph efficiently and being able to pull the relationships. I don't want to create a monolith and huge Neo4J database that consists of data from 15 of the legacy databases . I rather want to leverage existing data stores but just want to create a graph that I can traverse for ascertaining the relationships.Please let me know if you can answer this.
@RamaraoKanneganti
@RamaraoKanneganti 5 лет назад
When he is refering to content of the slide and not being able to see the slide is frustrating. Other than that, the presentation is great.
@kiwibobe
@kiwibobe 4 года назад
This is an excellent presentation, both in content and quality. Only thing is as Ramarao commented, some presentations of this kind have the current slide as a window in window along with the presenter, this is enormously helpful in following and understanding what the presenter is saying. But, nevertheless, an excellent introduction with meat (second part).
@deeptarungupta9906
@deeptarungupta9906 4 года назад
Presentation is great. But slide content is not visible most of the time even .
@Kevin-kg5oj
@Kevin-kg5oj 4 года назад
Late answer but I found the slides at www.microsoft.com/en-us/research/video/introduction-to-neo4j-and-graph-databases/
@jamesr.mireles7964
@jamesr.mireles7964 4 года назад
Bingo!
@subratamondal212
@subratamondal212 3 года назад
Content is excellent...but dont no why the camera is mostly focused in the tutor instead of the slides...it was a bit difficult to go through for this reason.
@GaryWee111
@GaryWee111 2 года назад
Thanks for providing such an amazing presentation! It is clear and easy to follow!
@anthonykrinsky710
@anthonykrinsky710 2 года назад
Extremely clear and well reasoned presentation, a master class.
@3LITA
@3LITA 3 года назад
Computers do what you tell them to do, not what you want them to do :) Thank you for the Brilliant video and product!!!
@chenjus
@chenjus 3 года назад
Great talk. Does anyone know the best way to insert a Networkx graph into Neo4j?
@SaifUlIslam-di5xv
@SaifUlIslam-di5xv 4 года назад
Thank you for the upload, Microsoft. Very cool. Much thank. Great job.
@burnblue
@burnblue 5 лет назад
Not that it matters, but notice that every one of these attendees are from different parts of the world?
@yapdog
@yapdog 2 года назад
Am I the only one who's looking at the simple Dan & Ann graph and seeing just how frightening this all is?
@nowzarifarhad
@nowzarifarhad 3 года назад
Basically schema migrations won't have a place here right? only data migration matters which should be done by code which is the case also for entity framework migrations.
@nowzarifarhad
@nowzarifarhad 3 года назад
I also came across something else, I know the neo4j engine and cypher is really cool but I really don't like to put the queries and commands inside a string variable in VisualStudio with no inellisense support and no syntax highlighting. It will be problematic for a big project and for the beginners. I checked that there is a neo4jclient library available but it doesn't look that much promising really and you have OGM on Java only. Is there any plan to improve on this part?
@alute5532
@alute5532 Год назад
Elicitation session
@kry0genyk
@kry0genyk 4 года назад
Is the console application available in a public repo?
@filippograzioli3641
@filippograzioli3641 4 года назад
Great talk! Gives a very good overview of Neo4j
@calebpro77
@calebpro77 3 года назад
He is awesome to explain Neo4J and its internal !! Great !
@spiritunchecked2281
@spiritunchecked2281 4 года назад
Awesome presentation, very interesting. Thanks for sharing.
@jufrywukungsenggoupi9546
@jufrywukungsenggoupi9546 5 лет назад
fik pasti bisa
@rpilli
@rpilli Год назад
One of the best presentation.
@genexu520
@genexu520 2 года назад
This presentation is amazing
@jackalvarez9866
@jackalvarez9866 5 лет назад
Very Good!
@Kuvaldis1983
@Kuvaldis1983 5 лет назад
Thanks!! Good presentation!!!
@dbiswas
@dbiswas 3 года назад
Why do you keep referring "Google" this and google that while you are presenting on Microsoft world :) LOL !!! Please no offense to anyone, but bing is also an awesome search engine. But man, this is awesome presentation. I am working on a hack project and I have few ideas to build some solution that I can build using Neo4j especially with cypher query language. Thanks for uploading this video.
@MrNagano00
@MrNagano00 3 года назад
Google has become kind of standard vernacular for many people to say "search on the web". It's something pretty much everyone does lol. Even if you're at microsoft it's a hard habit to get rid of!
@lilymclachlan716
@lilymclachlan716 4 года назад
great tutorial! would love to see more women in the room next time
@BigHotCrispyFry
@BigHotCrispyFry 3 года назад
Awesome presentation!
Далее
Differential Privacy for Growing Databases
1:01:55
Просмотров 4,6 тыс.
Graphs for AI and ML
45:11
Просмотров 23 тыс.
Secret Sauce of Neo4j: Modeling and Querying Graphs
38:38
A Skeptics Guide to Graph Databases - David Bechberger
1:00:54
Elasticsearch Deep Dive w/ a Ex-Meta Senior Manager
44:03
Graph databases: The best kept secret for effective AI
23:07
Understanding graph databases with Neo4j
17:52
Просмотров 23 тыс.