(no title)
david_p | 1 year ago
I have been working with graph databases for years now: these databases had to solve this problem from day one, because of the focus on relationships between entities.
I must point out that Neo4j was the first to propose a syntax that made traversal feel simple and natural again: the Cypher query language.
Neo4 and other industry players have spent years working on a new standard query language for graph databases that was released in April this year: GQL. GQL is the first database query language normalized by ISO since SQL, so it’s a big deal.
Anyway, if you wanna learn more about GQL, that a look at https://www.gqlstandards.org/
ghusbands|1 year ago
[1] https://peter.eisentraut.org/blog/2023/04/04/sql-2023-is-fin...
aidos|1 year ago
Given that graphql is often shortened to gql is feel this is going to get confusing!
kirmerzlikin|1 year ago
[1] https://arxiv.org/abs/2112.06217
atombender|1 year ago
twic|1 year ago
Was it the first? Does it predate path expressions in Hibernate Query Language / Java Persistence Query Language?