Hacker News new | ask | show | jobs
You don't have to migrate to find out if graph queries fit your data (davivek.github.io)
1 points by taubek 25 days ago
1 comments

Lately I've been thinking that what people want out of graph databases is a better query experience for queries that are built around pattern matching and transitive closure. For those cases, datalog is the most expressive language, and compilation of datalog to SQL is probably the best implementation.