Skip to content

Comment on Ask HN: Implementing a graph database using Postgres tables for nodes and edges?

Comments

I am a huge fan of the Tinkerpop Stack (http://tinkerpop.incubator.apache.org) -- they have written a common set of interfaces for graph databases. There is an implementation that can use Postgres as its storage engine (https://github.com/pietermartin/sqlg), there is one that can use ElasticSearch, I even seen one that uses MongoDB. Check it out

This made my day! Thanks, I will check it!

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.