Тёмный

Neo4j in 100 Seconds 

Fireship
Подписаться 3 млн
Просмотров 473 тыс.
50% 1

Neo4j is a native graph database designed to handle highly complex relational data. Learn the basics of graph data modeling and the Cypher Query Language bit.ly/3Jcl6bO
#programming #database #100secondsofcode
💬 Chat with Me on Discord
/ discord
🔗 Resources
Neo4j Aura bit.ly/3Jcl6bO
Neo4j GitHub github.com/neo4j/neo4j
SQL in 100 Seconds • SQL Explained in 100 S...
7 Database Paradigms • 7 Database Paradigms
Sponsored by Neo4j Aura
🔥 Get More Content - Upgrade to PRO
Upgrade at fireship.io/pro
Use code YT25 for 25% off PRO access
🎨 My Editor Settings
- Atom One Dark
- vscode-icons
- Fira Code Font
🔖 Topics Covered
- Neo4j vs SQL
- What is Neo4j?
- Graph Databases vs RDBMS
- Cypher Query Language basics
- Neo4j quickstart tutorial

Наука

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

 

23 янв 2023

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 433   
@Fireship
@Fireship Год назад
Neo4j is the gold standard for graph databases. Try out their awesome new serverless AuraDB for free bit.ly/3Jcl6bO
@jpbastyr
@jpbastyr Год назад
bag secured
@XEQUTE
@XEQUTE Год назад
@@jpbastyr you forgot furst
@euPythonista
@euPythonista Год назад
I did give it a spin. Both on AuraDB and on our local servers but in the end, I decided to go with Memgraph. Since they both use Cypher, it was an easy switch. ↔ For the past 4 months, we have been running Memgraph on our server, and our data analysts are using Memgraph Lab for querying and visualization. Fun fact, after we ditched Neo4j, I found out that Memgraph has also released support for Neo4j as part of Memgraph Lab. :)
@mohdsabir990
@mohdsabir990 Год назад
Waiting for the day when notification pop up with Scala in 100 sec
@ChristopherAtkins0
@ChristopherAtkins0 Год назад
@@euPythonista did you join YT today just to make this comment?
@hunterbertoson156
@hunterbertoson156 Год назад
I can officially add 10 years experience of Neo4J to my resume. Thanks Fireship!
@deathixfps4603
@deathixfps4603 Год назад
For real bro. His videos is so much helpful
@ShinAkuma
@ShinAkuma Год назад
You're using neo4j since before it was created ? You're hired!!!!
@terryfries
@terryfries Год назад
@@ShinAkuma okay but for real some of the companies put a requirement such as "Must have experience using x language for more than 10 years" when that language was released 4 months ago (over exaggeration)
@dominiksramko
@dominiksramko Год назад
@@ShinAkuma It's 16 years old thoughh?
@ShinAkuma
@ShinAkuma Год назад
@@dominiksramko I didn't really bother to check the date and assumed it was something new lol.
@-boiadeiro-
@-boiadeiro- Год назад
We need something like 'when u should use relational db and when not in 100 seconds'
@yazidridwan6917
@yazidridwan6917 Год назад
agreed
@leoingson
@leoingson Год назад
+1
@sahibvirk
@sahibvirk Год назад
+1
@Microphunktv-jb3kj
@Microphunktv-jb3kj Год назад
my mantra is just use postgres :D new and trendy tech always fails and creates problems junior devs not making megaapps anyways... premature optimization is pointless as well.. likelyhood that a company where u going to get ur first jobs are using neo4 is almost non-existent
@andrewlalis
@andrewlalis Год назад
@@Microphunktv-jb3kj postgres my beloved
@rubenuijtde
@rubenuijtde Год назад
Not me rewriting everything I did when a new 100 seconds from Fireship comes out
@TheMemin247
@TheMemin247 Год назад
Totally me rewriting everything I did when a new 100 seconds from Fireship comes out
@vladklevizal8881
@vladklevizal8881 Год назад
Don't touch it if it's working
@XEQUTE
@XEQUTE Год назад
@@vladklevizal8881 chad
@heyimamaker
@heyimamaker Год назад
I was still thinking about eventually maybe using SurrealDB
@NotTheHeroStudios
@NotTheHeroStudios Год назад
You too? I had to switch lanauges so I'd stop
@vaibhavpratihar3552
@vaibhavpratihar3552 Год назад
I created a knowledge graph using wikipedia category graph via Python and Neo4j in my college project. It was a super fun and easy project. Neo4j is a very great tool
@natnael6931
@natnael6931 Год назад
working on something similar👍
@tomthetitan101
@tomthetitan101 Год назад
Is the code on github? that sounds really cool
@martins3037
@martins3037 Год назад
Just use Wikidata
@rafaelpascua7630
@rafaelpascua7630 Год назад
meanwhile in our uni, they're still teaching deprecated Php syntax and MySQL....
@tomthetitan101
@tomthetitan101 Год назад
@@rafaelpascua7630 There's still PHP jobs out there!
@Gamewithstyle
@Gamewithstyle Год назад
Neo4J is used as the database for bloodhound, which is a very popular recon and pathing tool on penetration testing. You simply dump json files containing data from owned machines on a network, and the graph relationships can visualize the shortest path to domain admin. It’s pretty cool.
@jpbastyr
@jpbastyr Год назад
Using neo4j at work for some pretty specific data modeling, it's a very interesting way to structure data and forces you to think about it differently than tables and joins Also it's pretty common for social media and such to use traditional SQL dbs instead and manage the graph structure with regular joins or in the application layer, even if graph dbs theoretically are applicable
@anyadatzaklatszjutub
@anyadatzaklatszjutub Год назад
yeah, because the hard parts are not the representation (graph, tree, relational, document based, time series, etc etc), but solving problems around scale, both vertical and horizontal the more mature systems have very robust solutions for these (e.g. mysql with vitesse) nonetheless it's cool to have options
@euPythonista
@euPythonista Год назад
Compared to SQL databases, graph ones are pretty new. If your mind set is all about joins, it is hard to get out of it. But, boy, oh, boy... Once you are our - sweat smell of freedom! The whole new world opens up.
@xGOKOPx
@xGOKOPx Год назад
@@anyadatzaklatszjutub Neo4j is a whole lot faster for graph-based queries than a relational database though
@GamerZone7777777
@GamerZone7777777 Год назад
Typically because traditional SQL shards and scales much better. And in combination with key value stores/caches, it gains added performance
@addy12370
@addy12370 Год назад
I was so happy to see this collab! My favourite Dev RU-vidr, and my favourite database! Although I have been using Neo4j for two years to great effect, I loved this video! Congrats to both of you!
@vdocv
@vdocv Год назад
Very intriguing! Great job, Fireship!
@KyleHarrisonRedacted
@KyleHarrisonRedacted Год назад
I love Neo. I love working with Neo. It’s really too bad I’ve been unable to convince the powers that be to provision the resources necessary to use it in our projects at work. Cypher is one of the greatest query languages I’ve EVER used and it makes me sad I can’t work with it more
@ivanpavlovnorth
@ivanpavlovnorth Год назад
Except for Cypher, there is a Gremlin Query Language, which looks more modern and from my point of view is more human-friendly.
@KyleHarrisonRedacted
@KyleHarrisonRedacted Год назад
@@ivanpavlovnorth Not a fan of Gremlin tbh. I will dig my heels in that Cypher is superior in every way. I only wished that the OpenCypher project to get that query language into more places had actually done what it was supposed to do
@Syndesi
@Syndesi Год назад
@@KyleHarrisonRedacted I agree, Gremlin feels more like math than a human friendly query language. OpenCypher is basically finished, although Neo4j staff mentioned to me that constraints might be standardized some day - although there is no priority/roadmap for that right now. GQL (Graph Query Language, which is neither SQL nor GraphQL) is currently being standardized, I expect the finished standard within 1.5 years
@imdanielmartinez
@imdanielmartinez Год назад
Your bosses probably would want the readability and maintainability of the codebase. Because once youre gone, it would be hard to search for a candidate that has a grasp knowledge of neo. Moreover, they would NOT want to spend time again for teaching new hires for neo.
@Syndesi
@Syndesi Год назад
@@imdanielmartinez true, in Germany there are currently just a couple houndred jobs which mention Neo4j in their job descriptions.
@Im_Ninooo
@Im_Ninooo Год назад
Redis also has a RedisGraph module that also uses Cypher as a query language. it's pretty neat!
@110110010
@110110010 Год назад
Postgres has an addon called AgensGraph where you can also use Cypher. Truth be told, I don't really care about neo4j, but Cypher is a true godsend of a language.
@sebastiangug8284
@sebastiangug8284 Год назад
yep, much better choice, neo4j is a trash company with predatory practices and insane licensing fees after having the open source community build their product
@joesuh7492
@joesuh7492 Год назад
@@110110010 the addon (extension) is called Apache AGE. AgensGraph is a Postgres-forked graph database. Anyways, both use openCypher.
@FabioPeruchi
@FabioPeruchi Год назад
Amazing explanation about Neo4J Fireship. I love this type of short videos you build!
@pedrowillsonsilva1841
@pedrowillsonsilva1841 Год назад
Used it 6 years ago on a indoor mapping & routing system. Had a great time with it
@toran1995
@toran1995 Год назад
Oh wow something on this channel i can actually add something to! I worked with neo4j in an enterprise environment, that scaled from a startup, so neo4j became legacy code in that time. I was brought on to clean the backend, but quickly ran into troubles. For starters cypher is great though a little obtuse, but bytecode support in python is incomplete and managing even medium complexity datamodels was a poor experience. Aura was a bag of worms, you cant delete large amounts of data without crashing the db, which requires a support service call (no alerts or automated processes on their end to fix this, massive SLA headache on our end). But its the costing model thats atrocious for businesses, with little to no worthwhile support and a whole lot of issues besides, so many hacks needed to make optimisations for simple usecases, it was alot of money for very little. I’d say great for research and PoCs, but step through its limitations carefully if your looking to scale out with it.
@josevargas686
@josevargas686 15 дней назад
Yeah that's what I thought, it's "great" on a little toy app and as a little mental puzzle. Data storage and retrieval is a very difficult problem, DBs have been improving upon it for decades, there is lots of information. Unless you use one of these fancy new things, then you are throwing all this research out the window.
@MaxKingCS
@MaxKingCS Год назад
I love his example where he just summarize how stackoverflow works in a humorous way and true at the same time.
@nguyenvietbach9149
@nguyenvietbach9149 Год назад
Fireship should take this opportunity to transition to the Semantic Web stack, explaining triplestores, SPARQL and the lot.
@bbazuin
@bbazuin Год назад
Agreed! So much to explore in the W3C stack
@tanchienhao
@tanchienhao Год назад
Agree!
@_Orangii
@_Orangii Год назад
Finally. I've wanted to use Neo4j for so long. Surprisingly I see it in 100sec. This helps me much.
@anazi
@anazi Год назад
Expo (react-native) in 100 seconds is needed. These guys deserves a recognition, the work they have done is really amazing.
@vankatad
@vankatad Год назад
Totally agree
@user-il9qo4qc4n
@user-il9qo4qc4n Год назад
Expo rules
@crourbs
@crourbs Год назад
Love expo
@sounakbiswas2239
@sounakbiswas2239 Год назад
Last I checked 2 years ago it was not reliable for production, how is it now?
@anazi
@anazi Год назад
@@sounakbiswas2239 so far so good. I have couple of full-stack Apps released in the App Store working good. It didn't have a high traffic or alot of users yet, but honestly I would recommend it to anyone. The value of the shortcuts and features are worth the give and takes you get.
@joesuh7492
@joesuh7492 Год назад
Neo4j paving the road for all graph databases through Fireship! Nice vid! openCypher implementers include Redisgraph, anzograph, and of course Neo4j, but also a PostgreSQL extension called Apache AGE. Native graph storages are great, but extensions like AGE can help relational users who are in need of graph analytics!
@rikiakbar4025
@rikiakbar4025 5 месяцев назад
Very concise and a great intro to an in-depth exploration of Neo4j. Thanks mate!
@daedalus5070
@daedalus5070 Год назад
As someone who basically never has to touch a database, this makes so much more sense than glorified excel spreadsheets. How come its not more popular?
@i_accept_all_cookies
@i_accept_all_cookies Год назад
Relational databases are better at aggregating data for reporting. But I agree, I'm surprised graph dbs aren't used more for applications. I guess once people learn SQL, they don't want to learn another query language.
@MultiUnofficial
@MultiUnofficial Год назад
@@i_accept_all_cookies and I feel like the scalability of a graph is pretty poor, it could fit for a short number of relations but when creating an app there's different schemas that each one represents different entities and tabular data could improve finding and storing the data better than a graph imo.
@i_accept_all_cookies
@i_accept_all_cookies Год назад
@@MultiUnofficial If I understand correctly, it requires a careful balance of nodes and properties within them to optimize for your use case's performance. But then, reuse is impacted. An RDF triplestore is reusable for any use case, but like you said, performance would be impacted.
@danieltenwolde1959
@danieltenwolde1959 Год назад
Graph databases often lack performance compared to relational database systems, such as PostgreSQL. For example it can be slow to load large datasets, poor scalability and unreliable. Additionally there is no standard query language yet, so comparing different systems can be tricky since every system has its own language. In terms of query language I would say Cypher provides a more intuitive syntax compared to SQL (as said in the video), but under the hood you still join two tables like you would with SQL. And even then, this year SQL:2023 will allow you to write 'Cypher style' queries in SQL so you can use a faster, more reliable relational database instead :)
@MultiUnofficial
@MultiUnofficial Год назад
@@danieltenwolde1959 how's that, do you have a source for SQL:2023 I haven't heard of a big change on SQL Language. Is it only SQL or would PSQL also have that update
@adebisijoseph9020
@adebisijoseph9020 Год назад
My go to database for anything graph data. Love it.
@damienspectre4231
@damienspectre4231 Год назад
can it scale to support Twitter Celebrity and their followers? Like 1:100 million+ graph edges?
@yestermonth
@yestermonth Год назад
@@damienspectre4231 +1
@alvin6088
@alvin6088 Год назад
best explanation i've seen/watched/read. thank you!
@decenart8542
@decenart8542 Год назад
I have been using Neo4j for the past 2 yrs and I love it 💗
@lwinklly
@lwinklly Год назад
Picked up redisgraph as my first graph database a few weeks ago and loving it. Way easier to do so many things than with relational databases
@Htbaa
@Htbaa Год назад
Great thing about RedisGraph is it uses CypherQL as well. Plus for smaller stuff it uses way less resources than Neo4j does.
@bioshazard
@bioshazard Год назад
Good explanation! I just wrote an application using their GraphQL driver. HUGE win. My server is only 100 lines because its basically the type definitions and relationships schema plus some apollo boilerplate. Definitely check it out.
@honeyjam5866
@honeyjam5866 Год назад
I'm a complete beginner when it comes to programming, but this made so much sense it actually spurs a bit of hope
@daniel_grindforce994
@daniel_grindforce994 Год назад
He's BACK! The Legend himself. Thank you my friend. You have helped me greatly along your path. I recommend your channel to people all the time.
@tensorx4812
@tensorx4812 Год назад
Neo4j is amazing and simplified with nodes thanks fireship
@amirhosseinbolouk
@amirhosseinbolouk 6 месяцев назад
The video is very helpful. Thank you and keep up the good work man.
@hnazmul
@hnazmul Год назад
Neo4j is the best database I ever seen.
@Zerio
@Zerio Год назад
Im not even joking, this seems like an incredible way to handle databases. I MUST try this out asap.
@aissamchia5479
@aissamchia5479 Год назад
Great explanation 🔥 thank you
@michaelsoriano7445
@michaelsoriano7445 Год назад
Great contribution as always
@rubenuijtde
@rubenuijtde Год назад
Together with a dashboard like PocketBase has this sounds so powerful 🔥
@Smiter91
@Smiter91 Год назад
Love the video, love the content. Can you do Scala please :)
@informationsession4306
@informationsession4306 Год назад
What a coincidence, was just looking into this last week and wanted video from this dude
@brucewayne2480
@brucewayne2480 Год назад
I've used it for a social network app and it was perfect for that use case
@edrsa
@edrsa Год назад
"Written in java" *closes tab*
@smtkumar007
@smtkumar007 Год назад
That stackoverflow example , i got to note it down for teaching relationship example to my jr devs
@12crenshaw
@12crenshaw Год назад
Gods work what you've been doing Sir
@MaZe741
@MaZe741 Год назад
FINALLY, you cover something that I learned in school 5 years ago, have never and probably will never use and do not care about at the moment. This is rare.
@wkolcz
@wkolcz Год назад
Thank you for making this video. I can now send my boss and friends to it when they ask my what database I am using :D
@geot1515
@geot1515 Год назад
thank you fireship, very cool
@edgarasben
@edgarasben Год назад
Seems much more intuitive and closer to the actual app logic than SQL or NoSQL DBs!
@SinaSharifzade
@SinaSharifzade 8 месяцев назад
It would be nice if you try a video like this for EdgeDB 3.0, It really deserves it.
@scintoth
@scintoth Год назад
God I love Neo4j, I use it for every personal project. It really is incredible.
@feelsunbreeze
@feelsunbreeze 9 месяцев назад
It's really fun!
@ASDFG856
@ASDFG856 Год назад
always been interested in neo4j
@despaiR-_-47
@despaiR-_-47 Год назад
I have neo4j form my first semester of masters in cs. It's queries are easy to understand.
@joshblf
@joshblf Год назад
You finally made this video! 🙌
@nahomabebe9882
@nahomabebe9882 Год назад
enjoyed the video, btw when the tutorial on fist stack
@lylefebruary5652
@lylefebruary5652 Год назад
Now I can put Neo4J on my CV. Thank you Fireship
@WaterOfPanela
@WaterOfPanela Год назад
Man, I love you. Thanks
@porqpine53
@porqpine53 Год назад
I’m always so hyped on this but can never find a compelling enough project to utilize it in
@Kinggenton
@Kinggenton Год назад
this is impressive... 6 years of software development with sql reflationary databases and in 100 seconds you've proven to me why i should move to graph. love this channel first i moved to typescript from javascript now this
@OzoneGrif
@OzoneGrif Год назад
There are trades-off when using a graph database: they are a lot slower, and take a lot more space in storage than a relational DB. You should use them sparingly.
@Kinggenton
@Kinggenton Год назад
@@OzoneGrif thanks man.... i got the impression that it was almost the same. but i think majority of my apps could benefit of the graph
@magne6049
@magne6049 Год назад
@@OzoneGrif not true
@JB-fh1bb
@JB-fh1bb Год назад
My favourite DB getting some love!
@strupp1
@strupp1 Год назад
I gotta show this to my colleagues that are currently trying to move to Postgres. We literally have a graph in our core product logic
@musaplusplus
@musaplusplus Год назад
Am thoroughly impressed by neo4j
@dhess34
@dhess34 Год назад
Well, another technology that I can add to my LinkedIn as ‘Expert-level’ thanks to me watching a 100-second video from Fireship!
@MaJetiGizzle
@MaJetiGizzle Год назад
Before watching the video: “Oh god, not another Javascript library/framework…” After the video: “Huh, neato! This neo4j sounds cool to me as a backend developer.”
@euPythonista
@euPythonista Год назад
When it comes to graph databases, I have just one condition: the query language has to be Cypher. I've checked all of the databases listed on the OpenCypher site, and I decided to go with Memgraph. I've never regretted that decision.
@oskar1504
@oskar1504 Год назад
awesome. thanks for the video
@nonybrighto
@nonybrighto Год назад
I loved Neo4j ... My issue back then was finding a cheap host for it.
@magne6049
@magne6049 Год назад
you can self host it on GCP
@garfieldnate
@garfieldnate Год назад
Was thinking about how popular you've become, and it dawned on me: you're an animated, modern, bite-sized Head First author :D Your humor and easy examples remind me of one of my favorite series.
@garfieldnate
@garfieldnate Год назад
Scammer alert!
@subbusainathrengasamy3961
@subbusainathrengasamy3961 8 месяцев назад
Damn ! 😮
@XDarkGreyX
@XDarkGreyX Год назад
The syntax is like art to me
@mfaizsyahmi
@mfaizsyahmi Год назад
Love how fireship includes relevant and relatable examples such as getting downvoted on SO.
@Viviko
@Viviko Год назад
Love Neo4J.
@AtRiskMedia
@AtRiskMedia Год назад
Most underrated tech 100%
@jassam246
@jassam246 Год назад
this is my first time seeing you recommand a plateform ! was this video sponsored ?
@ayoubdkhissi
@ayoubdkhissi Год назад
Neo4j is the best graph DB out there
@HootanHM
@HootanHM Год назад
Challenge: Show us how to do ML with neo4j in action!
@user-xi4zn4ly3o
@user-xi4zn4ly3o 2 месяца назад
That’s awesome sir thank you for sharing this sir 👍👍👍 2:36
@yaredterefe1508
@yaredterefe1508 Год назад
What the actual hell is going on????? if there was this new way of storing data and using it for easy visualization how come it wasn't thought in universities? I was so waiting to know how all these technologies got better to do personalized ads. Such amazing, and I'm going to be trying it thank you fireship!
@sajadb_dev
@sajadb_dev Год назад
You're saving lives here man, did you know that?
@bhaskarkaura4507
@bhaskarkaura4507 10 месяцев назад
The best thing about Fireship is that it not only introduces the new tools to us but also shows how to implement them inside a code. Thanks man! For all your videos.
@ruthvikas
@ruthvikas Год назад
Stackoverflow thing really hit hard
@weiSane
@weiSane Год назад
Man So is such bs
@b_mawuli
@b_mawuli Год назад
You didn't mention it's speed compared to the normal relational database out there
@brucewayne2480
@brucewayne2480 Год назад
I've read a book (available for free on their website) and I remember that for this query : get the friends of friends of friends of friends of friends of a user, it takes more than 30 seconds for mysql while less than a second for neo4j
@duckyDz
@duckyDz Год назад
I get PTSD when I see *4j
@jeanreduplessis2366
@jeanreduplessis2366 Год назад
Now the real challenge...trying to get the company to use it.
@goat-sama
@goat-sama Год назад
this is actually good
@harshasrisameera8164
@harshasrisameera8164 Год назад
Experiment time 🔥✨🙌
@core-hacked
@core-hacked Год назад
Looks suprisingly easy. Like the python of the SQL world.
@brucewayne2480
@brucewayne2480 Год назад
Cypher queries can become pretty complex
@lordvoncarrot9868
@lordvoncarrot9868 Год назад
I love your content Fireship, really interesting and funny stuff, however I personally am trying to get on the low-level firmware scene, does anyone know a youtuber that has videos near Fireship's quality but on low-level programming? Or is that impossible, can there only be one?
@lorenzobats6369
@lorenzobats6369 Год назад
100 seconds Quarkus would be great. Interesting alternative to spring backends
@yestermonth
@yestermonth Год назад
@@zz-if1ic 💀
@Psychx_
@Psychx_ Год назад
Soul: "false", Charisma: "-2". Poor Bob xD
@Tom-cv2cx
@Tom-cv2cx Год назад
Please do scala next! :)
@thetrends5670
@thetrends5670 Год назад
Thanks to Neo4j, I can finally organize my fridge in 100 seconds!
@BHVampireLF
@BHVampireLF Год назад
Can you make a video about RavenDB? It's the best DB over all, it's a very logic database and has everything you always wanted.
@kennikollemorten4184
@kennikollemorten4184 3 месяца назад
I just think it's so funny that neo4j show you this exact video in the tutorial😂
@samuelmaucaille702
@samuelmaucaille702 Год назад
Please make a video about Clojure
@StefanoBorini
@StefanoBorini Год назад
It would be nice to do RDF in 100 seconds. It's pretty much the same. Followed by OWL in 100 seconds.
@juke-duke
@juke-duke Год назад
Go over EdgeDB next, Ive never seen a single database thats better.
@paolo-e-basta
@paolo-e-basta Год назад
I'm with you even if it's still rather young.
@bengoosman5201
@bengoosman5201 Год назад
GraphXR is a great web app to visualize graphs and has a Neo4j connector.
@TheLastCrankers
@TheLastCrankers Год назад
During masters thesis exam, I had a question about graphQL and it's implementations. I answered everything perfectly, got the highest marks and graduated with honors, but I still don't know how to write a damn query in any of these.
@phitchayakaeokhonkaen9278
@phitchayakaeokhonkaen9278 Год назад
ใช้งาน💕
@larskrs
@larskrs Год назад
OMG, Why did they name it so close to Log4J?
@neo4j
@neo4j Год назад
It was the early 2000s, can't blame us :) log4j might not have been out back then.
@senor_m6673
@senor_m6673 Год назад
i really like cypher and neo4j but working with spring data neo4j is an absolute nightmare
@ebrahim2579
@ebrahim2579 Год назад
I think it's mainly used for data that needs to be processed for commercial uses and advertisement but is it really is stored as a graph or is it like a column based database that uses different query language other than SQL
@anokiyoussou
@anokiyoussou Год назад
Bruh, i was thought the same concept while taking a bath (But this time for some kind of compiling process). Turns out someone has already thought of it years ago.
Далее
Unreal in 100 Seconds
2:52
Просмотров 825 тыс.
React Hook Form (+ Zod) - Complete Tutorial
31:21
Просмотров 77 тыс.
Homemade projector hack
00:45
Просмотров 1,7 млн
LLVM in 100 Seconds
2:36
Просмотров 819 тыс.
Neo4j (Graph Database) Crash Course
1:23:08
Просмотров 197 тыс.
7 Database Paradigms
9:53
Просмотров 1,5 млн
15 futuristic databases you’ve never heard of
8:42
Просмотров 639 тыс.
What is a Knowledge Graph?
5:36
Просмотров 82 тыс.
100+ Web Development Things you Should Know
13:18
Просмотров 1,4 млн
What is a graph database? (in 10 minutes)
10:58
Просмотров 184 тыс.
ChatGPT Can Now Talk Like a Human [Latest Updates]
22:21
НЕ ПОКУПАЙ iPad Pro
13:46
Просмотров 371 тыс.