Haven't gotten around to writing documentation yet. But you can glean a lot from the commit [ https://github.com/apache/incubator-calcite/commit/94752a6066cd8a379782510a78a885cffb5aadb9 ]. For instance, CalciteRemoteDriverTest has tests that connect to a remote server (albeit running in the same JVM, for testing purposes). And HttpServer is a standalone program that uses jetty to listen on a port for JSON requests.
Julian > On Jan 15, 2015, at 2:50 PM, Hartman, Trevor <[email protected]> wrote: > > Does this mean I can use Avatica to accept jdbc connections and run queries? > If so, are there any docs or examples yet? > > Trevor
