malzubairi commented on issue #290: URL: https://github.com/apache/age/issues/290#issuecomment-1251412998
Hello Josh and everyone! In terms of your two ways to implement the GraphQL query language, I think the first way is better because we won't need an intermediate language to run the GraphQL Language. Most of the time, I expect the query to run in the hug data. Also, if there is a bug in the Cypher, it could make the query fail to run or give an unexpected result. This makes the first method much safer because it runs as a separate component and is much easier to troubleshoot. Implementing GraphQL along with Cypher also makes an advantage of using AGE because it allows for more than one query language to be used with Graph DB. This is my personal opinion! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
