Comment on Ask HN: Implementing a graph database using Postgres tables for nodes and edges?Comments−newobj10yhttps://www.facebook.com/notes/facebook-engineering/tao-the-...−tkinom10yI am a fan of this APIs base approach.It is trivial to implement these APIs on top of simple SQL. I did that in a few days in both Python and go.
Comments
https://www.facebook.com/notes/facebook-engineering/tao-the-...
I am a fan of this APIs base approach.
It is trivial to implement these APIs on top of simple SQL. I did that in a few days in both Python and go.