You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Rawat, Rishi" <rr...@spglobal.com> on 2016/09/08 20:26:46 UTC

Using Calcite in .Net environment

Hi Calcite team

We are trying to create a data virtualization engine in our technology stack which is a .Net/C# layer.
What is the best way in which we can achieve using Calcite from a .Net.

Also we are Sql server heavy in our operations(also data operations expanding to other data source types). Is there any example that we can try for sql server.


Thanks in advance.
Rishi

________________________________
The information contained in this message is intended only for the recipient, and may be a confidential attorney-client communication or may otherwise be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, please be aware that any dissemination or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify us by replying to the message and deleting it from your computer. S&P Global Inc. reserves the right, subject to applicable local law, to monitor, review and process the content of any electronic message or information sent to or from S&P Global Inc. e-mail addresses without informing the sender or recipient of the message. By sending electronic message or information to S&P Global Inc. e-mail addresses you, as the sender, are consenting to S&P Global Inc. processing any of your personal data therein.

Re: Using Calcite in .Net environment

Posted by Josh Elser <jo...@gmail.com>.
+1 to that approach.

I did get confirmation from one of the devs that it works with Mono 
(using Xamarin Studio on OSX), but I haven't found the time to try it 
out myself yet.

F21 wrote:
> If you want to talk to Calcite from .NET, the best way would be to use
> the Avatica server. It is an HTTP server that allows you to talk to the
> calcite backend using protobufs or JSON.
>
> Here's a .NET client that talks to the Avatica server, but is currently
> targeted towards Apache Phoenix (which uses Avatica under the hood for
> its query server): https://github.com/Azure/hdinsight-phoenix-sharp
>
> Cheers,
> Francis
>
> On 9/09/2016 6:26 AM, Rawat, Rishi wrote:
>> Hi Calcite team
>>
>> We are trying to create a data virtualization engine in our technology
>> stack which is a .Net/C# layer.
>> What is the best way in which we can achieve using Calcite from a .Net.
>>
>> Also we are Sql server heavy in our operations(also data operations
>> expanding to other data source types). Is there any example that we
>> can try for sql server.
>>
>>
>> Thanks in advance.
>> Rishi
>>
>> ________________________________
>> The information contained in this message is intended only for the
>> recipient, and may be a confidential attorney-client communication or
>> may otherwise be privileged and confidential and protected from
>> disclosure. If the reader of this message is not the intended
>> recipient, or an employee or agent responsible for delivering this
>> message to the intended recipient, please be aware that any
>> dissemination or copying of this communication is strictly prohibited.
>> If you have received this communication in error, please immediately
>> notify us by replying to the message and deleting it from your
>> computer. S&P Global Inc. reserves the right, subject to applicable
>> local law, to monitor, review and process the content of any
>> electronic message or information sent to or from S&P Global Inc.
>> e-mail addresses without informing the sender or recipient of the
>> message. By sending electronic message or information to S&P Global
>> Inc. e-mail addresses you, as the sender, are consenting to S&P Global
>> Inc. processing any of your personal data therein.
>>
>
>

Re: Using Calcite in .Net environment

Posted by F21 <f2...@gmail.com>.
If you want to talk to Calcite from .NET, the best way would be to use 
the Avatica server. It is an HTTP server that allows you to talk to the 
calcite backend using protobufs or JSON.

Here's a .NET client that talks to the Avatica server, but is currently 
targeted towards Apache Phoenix (which uses Avatica under the hood for 
its query server): https://github.com/Azure/hdinsight-phoenix-sharp

Cheers,
Francis

On 9/09/2016 6:26 AM, Rawat, Rishi wrote:
> Hi Calcite team
>
> We are trying to create a data virtualization engine in our technology stack which is a .Net/C# layer.
> What is the best way in which we can achieve using Calcite from a .Net.
>
> Also we are Sql server heavy in our operations(also data operations expanding to other data source types). Is there any example that we can try for sql server.
>
>
> Thanks in advance.
> Rishi
>
> ________________________________
> The information contained in this message is intended only for the recipient, and may be a confidential attorney-client communication or may otherwise be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, please be aware that any dissemination or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify us by replying to the message and deleting it from your computer. S&P Global Inc. reserves the right, subject to applicable local law, to monitor, review and process the content of any electronic message or information sent to or from S&P Global Inc. e-mail addresses without informing the sender or recipient of the message. By sending electronic message or information to S&P Global Inc. e-mail addresses you, as the sender, are consenting to S&P Global Inc. processing any of your personal data therein.
>