Fantastic presenter. Amazed how he addressed the questions so precisely.
@ProjectDataScience4 жыл бұрын
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!
@anthonykrinsky7102 жыл бұрын
Extremely clear and well reasoned presentation, a master class.
@nerdophile69454 жыл бұрын
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.
@TonyHenrique5 жыл бұрын
This database is awesome and this Cypher Query Language is very intuitive and easy to use.
@sureshgatti1465 жыл бұрын
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.mireles79644 жыл бұрын
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.mireles79644 жыл бұрын
totole found the slides here: www.microsoft.com/en-us/research/video/introduction-to-neo4j-and-graph-databases/
@kwoowoo8284 жыл бұрын
This is a video. You can pause and go back to look at the board. This is what I did.
@kazaakas3 жыл бұрын
@@jamesr.mireles7964 Thanks for the link. Much nicer to watch it this way.
@thomasklugh43453 жыл бұрын
To Suresh... Pause and go back?
@GaryWee1112 жыл бұрын
Thanks for providing such an amazing presentation! It is clear and easy to follow!
@rpilli Жыл бұрын
One of the best presentation.
@3LITA3 жыл бұрын
Computers do what you tell them to do, not what you want them to do :) Thank you for the Brilliant video and product!!!
@whateverman1875 жыл бұрын
Starts at 02:23
@ericpmoss5 жыл бұрын
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.
@SaifUlIslam-di5xv4 жыл бұрын
Thank you for the upload, Microsoft. Very cool. Much thank. Great job.
@stevecoffman25593 жыл бұрын
Show the slides >80% of the time. The slides are more important than the visual of the speaker.
@hungiscoding5 жыл бұрын
I was the person that worked really hard at 50:08 :D Oh dear little did I know :D
@filippograzioli36414 жыл бұрын
Great talk! Gives a very good overview of Neo4j
@calebpro773 жыл бұрын
He is awesome to explain Neo4J and its internal !! Great !
@spiritunchecked22814 жыл бұрын
Awesome presentation, very interesting. Thanks for sharing.
@prosongo20073 жыл бұрын
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?
@subratamondal2123 жыл бұрын
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.
@TheMahimas3 жыл бұрын
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.
@genexu5202 жыл бұрын
This presentation is amazing
@chenjus3 жыл бұрын
Great talk. Does anyone know the best way to insert a Networkx graph into Neo4j?
@RamaraoKanneganti5 жыл бұрын
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.
@kiwibobe5 жыл бұрын
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).
@deeptarungupta99065 жыл бұрын
Presentation is great. But slide content is not visible most of the time even .
@Kevin-kg5oj4 жыл бұрын
Late answer but I found the slides at www.microsoft.com/en-us/research/video/introduction-to-neo4j-and-graph-databases/
@jamesr.mireles79644 жыл бұрын
Bingo!
@kry0genyk5 жыл бұрын
Is the console application available in a public repo?
@kiran9k93 жыл бұрын
I am nuts for Mystic River too :)
@nowzarifarhad3 жыл бұрын
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?
@nowzarifarhad3 жыл бұрын
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.
@Kuvaldis19835 жыл бұрын
Thanks!! Good presentation!!!
@burnblue5 жыл бұрын
Not that it matters, but notice that every one of these attendees are from different parts of the world?
@alute5532 Жыл бұрын
Elicitation session
@jackalvarez98665 жыл бұрын
Very Good!
@doubleo_464 жыл бұрын
amazing :)
@yapdog2 жыл бұрын
Am I the only one who's looking at the simple Dan & Ann graph and seeing just how frightening this all is?
@jufrywukungsenggoupi95465 жыл бұрын
fik pasti bisa
@Linuxhippy22 жыл бұрын
too bad neo4j browser is so horrible slow
@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
@DrRandyDavila3 жыл бұрын
Love how everyone is using a MacBook Pro
@andrewjacks41082 жыл бұрын
Must be watching a different video to me
@dbiswas3 жыл бұрын
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.
@MrNagano003 жыл бұрын
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!
@whiskyodtw39602 жыл бұрын
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!
@lilymclachlan7164 жыл бұрын
great tutorial! would love to see more women in the room next time