Comment on Ask HN: Implementing a graph database using Postgres tables for nodes and edges?Comments−bobosha10yI had a similar challenge and ended up using ElasticSearch in a thoroughly denormalized data format Allowed me the flexibility of stateful (contextual) queries etc. Bit of a hack, but served my purpose. Hope that helps.−jordanchan10yYes, it might be a hack [actually I don't think it is], but it should offer some powerful functionalities...−jordanchan10yYes, it might be a hack, but it should offer some powerful functionalities... I'll remember this one.
Comments
I had a similar challenge and ended up using ElasticSearch in a thoroughly denormalized data format Allowed me the flexibility of stateful (contextual) queries etc. Bit of a hack, but served my purpose. Hope that helps.
Yes, it might be a hack [actually I don't think it is], but it should offer some powerful functionalities...
Yes, it might be a hack, but it should offer some powerful functionalities... I'll remember this one.