You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by David Holland <de...@gmail.com> on 2016/01/21 23:40:38 UTC

Please point me to other development tutorials and guides for using Apache Calcite

Hi,

I am a university researcher interested in using Calcite. It looks like a
good framework to conduct my work with.

I am trying to develop distributed SQL query capabilities. That means true
distributed/partitioned datasets and both intra-query operator parallelism
across a optimized query tree (plan).

I like some of the Calcite talks about FEDERATED datasets. Hopefully, I can
adapt or extend some of the PLANNER'S capability to handle a true
distributed query execution plan.

What I am missing is more documentation and a developer's guide. I need to
look at some code examples, but can find none that clearly treat my needs.
I did read the online tutorial, but still have lots of questions.

Pointers to the right docs and links are appreciated. I will try to attend
a Calcite Webinar soon.

Regards
David Holland, PhD candidate

-- 
David Holland
512-300-8396

Re: Please point me to other development tutorials and guides for using Apache Calcite

Posted by David Holland <de...@gmail.com>.
Thanks,

I will start with the archives and test suite. I've already read the
Calcite tutorial.

David Holland

On Thu, Jan 21, 2016 at 5:34 PM, Julian Hyde <jh...@apache.org> wrote:

> What we have is on the site: http://calcite.apache.org/docs/
>
> You may be able to find more answers by searching the mailing list
> archive, or by reading through the test suite and running relevant tests
> from a debugger.
>
> But, feel free to ask questions on this list. We will answer or point you
> to applicable resources.
>
> It is also about time that we had another hangout.
>
> Julian
>
>
>
> > On Jan 21, 2016, at 2:40 PM, David Holland <de...@gmail.com> wrote:
> >
> > Hi,
> >
> > I am a university researcher interested in using Calcite. It looks like a
> > good framework to conduct my work with.
> >
> > I am trying to develop distributed SQL query capabilities. That means
> true
> > distributed/partitioned datasets and both intra-query operator
> parallelism
> > across a optimized query tree (plan).
> >
> > I like some of the Calcite talks about FEDERATED datasets. Hopefully, I
> can
> > adapt or extend some of the PLANNER'S capability to handle a true
> > distributed query execution plan.
> >
> > What I am missing is more documentation and a developer's guide. I need
> to
> > look at some code examples, but can find none that clearly treat my
> needs.
> > I did read the online tutorial, but still have lots of questions.
> >
> > Pointers to the right docs and links are appreciated. I will try to
> attend
> > a Calcite Webinar soon.
> >
> > Regards
> > David Holland, PhD candidate
> >
> > --
> > David Holland
> > 512-300-8396
>
>


-- 
David Holland
512-300-8396

Re: Please point me to other development tutorials and guides for using Apache Calcite

Posted by Julian Hyde <jh...@apache.org>.
What we have is on the site: http://calcite.apache.org/docs/

You may be able to find more answers by searching the mailing list archive, or by reading through the test suite and running relevant tests from a debugger.

But, feel free to ask questions on this list. We will answer or point you to applicable resources.

It is also about time that we had another hangout.

Julian



> On Jan 21, 2016, at 2:40 PM, David Holland <de...@gmail.com> wrote:
> 
> Hi,
> 
> I am a university researcher interested in using Calcite. It looks like a
> good framework to conduct my work with.
> 
> I am trying to develop distributed SQL query capabilities. That means true
> distributed/partitioned datasets and both intra-query operator parallelism
> across a optimized query tree (plan).
> 
> I like some of the Calcite talks about FEDERATED datasets. Hopefully, I can
> adapt or extend some of the PLANNER'S capability to handle a true
> distributed query execution plan.
> 
> What I am missing is more documentation and a developer's guide. I need to
> look at some code examples, but can find none that clearly treat my needs.
> I did read the online tutorial, but still have lots of questions.
> 
> Pointers to the right docs and links are appreciated. I will try to attend
> a Calcite Webinar soon.
> 
> Regards
> David Holland, PhD candidate
> 
> -- 
> David Holland
> 512-300-8396