As far as I'm aware, there is no adapter for Cosmos DB nor is any in development. We'd be happy to accept a contribution if you decide to write one :) However, given that Cosmos DB already has a SQL API (https://docs.microsoft.com/en-us/azure/cosmos-db/sql-api-introduction) it's not clear to me what extra value the adapter would provide. There does appear to be an existing JDBC driver for Cosmos DB (https://www.cdata.com/drivers/cosmosdb/jdbc/) that would enable Calcite integration.
-- Michael Mior [email protected] Le ven. 20 juil. 2018 à 14:06, Rohit Koimattur <[email protected]> a écrit : > > Hi, > > I am working for Citrix here at Santa Clara, wherein we are building a > security analytics cloud based solution for various Citrix products. > > As part of that we intend to use Calcite SQL Query processor for Cosmos DB. > I didn't find a corresponding adapter for the same. Just like how Calcite > does provide a JDBC adapater, Cassandra, MongoDB etc ? > > > Could you please keep me posted if the Calcite adapter is available for > Cosmos DB and if so, where can I access those details ? Would appreciate > your help and expecting a response at your earliest. > > > Thanks > Rohit
