Re: Using Calcite in .Net environment

2016-09-11 Thread Josh Elser
+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

Re: Using Calcite in .Net environment

2016-09-10 Thread F21
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

Using Calcite in .Net environment

2016-09-10 Thread Rawat, Rishi
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