Hi everyone, I have noticed that the SQL 2023 have proposed the Graph Property Query
support.
http://peter.eisentraut.org/blog/2023/04/04/sql-2023-is-finished-here-is-whats-newwhich
we can combine the graph query "Match" statement with the sql.And also the
ISO/GQL have proposed the GQL query. We have implement the SQL extend which can combine
SQL with the ISO/GQL query in our open source stream graph engine
TuGraph-Analytics(https://github.com/TuGraph-family/tugraph-analytics) based on calcite
which can combine the SQL process with the graph query in one streaming engine. We can
see the syntax here:
https://github.com/TuGraph-family/tugraph-analytics/blob/master/docs/docs-en/application-development/dsl/overview.mdSo
I would like to know if the Calcite community plans to support graph query language in
the future. If possible, we would like to contribute our graph query extension to the
community.Thanks.