Hi Muhammad,

As an entry point, I would recommend looking into the SchemaFactory and
Schema Java classes. They have been implemented in almost all adapters ( I
refered elasticsearch2 adapter).

-Kunwar

On Dec 12, 2017 1:14 PM, "Muhammad Gelbana" <[email protected]> wrote:

> I'm trying to figure out how can I start implementing my own Calcite
> adapter but I'm having trouble understanding the architecture I'm dealing
> with.
>
> I looked at the CSV example maven project but I'm confused about 2 basic
> aspects:
>
>
>    1. How do I start Calcite\Avatica JDBC server to start accepting
>    connections from Avatica's JDBC driver/client) ?
>    2. How do I enable my adapter to receive connections just be specifying
>    a connection URL in the *DriverManager.getConnection* method without
>    having to provide a model ?
>
> Everything is so vague at the moment but I hope someone can assist me clear
> things up along the way.
>
> Thanks,
> Gelbana
>

Reply via email to