Rrf: https://app.sli.do/event/pNBdBi95c8ujLz9u9fdVeJ/live/questions
How much do we have cost to study graph basics? (Cost means not only money.)
wey: To me, I started from NebulaGraph(https://docs.nebula-graph.io/) and you could start from GNN as well, i.e. Stanford CS224W https://www.youtube.com/watch?v=JAB_plj2rbA, too, my expirence on this was not to dive into long course, but to start from creating something with it(learning by doing, i.e. redo following the SNS with Graph post https://www.siwei.io/en/nebulagraph-sns/ ), and find the answers you come across and learn with purposes(with the help of google,chatgpt,community,docs).
How do you collect all your data and manage your database? (about the movie, graphs)
wey: great question, I collected from two sources in this project: OMDB and MovieLens, with some ETL, I shared how I created the graph with dbt(opensource data transform project) on another blog post: