Re: Feature: Support gremlin adapter

2024-02-06 Thread 柳尘
one paragraph description, perhaps a list of bullet > points? > > > Something like: "parser for Gremlin dialect, converter from Gremlin IR > to > > > Calcite IR, etc."? > > > > > > Mihai > > > > > > From: 柳尘 >

Re: Feature: Support gremlin adapter

2024-01-03 Thread Julian Hyde
> From: 柳尘 > > Sent: Monday, December 25, 2023 3:57 PM > > To: dev@calcite.apache.org > > Subject: Re: Feature: Support gremlin adapter > > > > Thank you, thank you very much for your reply. Before I open a new PR for > > this requirement, obviously I need to write

Re: Feature: Support gremlin adapter

2023-12-26 Thread 柳尘
023 3:57 PM > To: dev@calcite.apache.org > Subject: Re: Feature: Support gremlin adapter > > Thank you, thank you very much for your reply. Before I open a new PR for > this requirement, obviously I need to write some test cases to illustrate. > Currently there are some test cases in th

Re: Feature: Support gremlin adapter

2023-12-26 Thread Mihai Budiu
_ From: 柳尘 Sent: Monday, December 25, 2023 3:57 PM To: dev@calcite.apache.org Subject: Re: Feature: Support gremlin adapter Thank you, thank you very much for your reply. Before I open a new PR for this requirement, obviously I need to write some test cases to illustrate. Currently there are some

Re: Feature: Support gremlin adapter

2023-12-25 Thread 柳尘
I invited pengzhiwei2018, who is an expert in the field of graph computing and a calcite committer. I hope he can bring better suggestions in his later reply. 柳尘 于2023年12月24日周日 11:19写道: > Motivation > > Hi, community. Currently, more and more users are using some graph > databases, such as

Re: Feature: Support gremlin adapter

2023-12-25 Thread 柳尘
Thank you for your reply. You are welcome to comment and ask questions about my proposal. Forward Xu 于2023年12月25日周一 09:51写道: > hi > > This is a great feature to extend calcite from regular data queries to > graph queries (calculations), > +1 for looking forward to it. > > forwardxu > > 柳尘

Re: Feature: Support gremlin adapter

2023-12-25 Thread 柳尘
Thank you, thank you very much for your reply. Before I open a new PR for this requirement, obviously I need to write some test cases to illustrate. Currently there are some test cases in the repository but no related integration tests. This work is in progress . As an example: As shown below,

Re: Feature: Support gremlin adapter

2023-12-25 Thread Benchao Li
This sounds very interesting to me, although I'm not familiar with graph databases. I'm more interested in how to represent graph data structure and graph query in SQL, is there any relational database/SQL query engine that has done this before? Do we need to add some special data types/operators

Re: Feature: Support gremlin adapter

2023-12-24 Thread Forward Xu
hi This is a great feature to extend calcite from regular data queries to graph queries (calculations), +1 for looking forward to it. forwardxu 柳尘 于2023年12月24日周日 11:20写道: > Motivation > > Hi, community. Currently, more and more users are using some graph > databases, such as JanusGraph,