"Coding is what nobody has coded before"
This might be true to less than 20% of the "coding jobs" out there, IMHO.
3 publicly visible posts • joined 7 Mar 2023
Excellent article, but seems like it overlooked one important advantage of Graph databases over RDBMSs (with or without graph support) - out of the box graph algorithms. Although very niche, graph algos such as nearest neighbors, page rank, community detection, etc., are offered natively by Graph db's and provide great value if you find yourself need them.
I'm sure RDBMSs can offer such algos at least to some degree, thought. Personally I have implemented page rank in SQL once.