Hacker News new | ask | show | jobs
by ajflores1604 2422 days ago
I haven't used one personally, but I have some exposure to other graph systems like neo4j and redis graph. My understanding is that rdf triple stores are another way to store and describe graph structures. Like the link description says, it's good at modeling social networks, financial transactions, and other 'connected node' based things. This link compares it to the labeled property graph that neo4j uses if youre familiar with that as a reference. https://neo4j.com/blog/rdf-triple-store-vs-labeled-property-...

If youre not familiar with graph databases and their uses at all tho, I highly recommend a little YouTube exploration on the topic. There's several conference presentations/sales pitches that get into the benefits and use cases for graphs in general. I just got exposed to it this year and it's been super interesting.