You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Devon Fulcher via dev <de...@calcite.apache.org> on 2022/11/22 22:43:48 UTC

Running Avatica Locally

How does one run the Avatica server locally? I need help finding
documentation on this. Thank you!

Devon Fulcher
Software Engineer

 

Re: Running Avatica Locally

Posted by Francis Chuang <fr...@apache.org>.
Hey Devon,

You can run the standalone version of the jar directly.

See this dockerfile for an example of how this is done: 
https://github.com/apache/calcite-avatica/blob/main/docker/src/main/dockerhub/Dockerfile

The other dockerfiles might also be a good example for integrating 
against a database backend. See: 
https://github.com/apache/calcite-avatica/tree/main/docker

Francis

On 23/11/2022 9:43 am, Devon Fulcher via dev wrote:
> How does one run the Avatica server locally? I need help finding
> documentation on this. Thank you!
> 
> Devon Fulcher
> Software Engineer
> 
>