(no title)
3dfan | 4 years ago
SELECT name FROM cities WHERE population>1000000
GraphQL queries on the other hand always look like gibberish to me.3dfan | 4 years ago
SELECT name FROM cities WHERE population>1000000
GraphQL queries on the other hand always look like gibberish to me.
hobofan|4 years ago
Same query in Cypher (the language used by e.g. Neo4J, RedisGraph):
aptxkid|4 years ago
3dfan|4 years ago
SQL needs 48 chars:
Cypher needs 57 chars: I would be very hesitant to use a language that needs 19% more code to express the same thing.dreyfan|4 years ago
dreamcompiler|4 years ago