+1 I've used that library with success in the past.
You may also find the list of Requests/Responses helpful:
https://calcite.apache.org/avatica/docs/protobuf_reference.html. There
is a single HTTP endpoint which these are submitted to. Looking at a
tcpdump of the thin JDBC driver or the source code for the Avatica
driver may also be helpful in understanding the lifecycle.
On 12/21/17 5:12 PM, 김영우 (YoungWoo Kim) wrote:
https://github.com/Azure/hdinsight-phoenix-sharp
Might be a good example for you.
- Youngwoo
2017년 12월 22일 (금) 오전 7:02, Chinmay Kulkarni <[email protected]>님이
작성:
Hi all,
I am trying to create a simple .net client to query data in HBase via
Phoenix using the Phoenix Query Server and am sort of struggling to find
documentation or examples for doing the same.
My understanding is that I can do this by sending POST requests to PQS in
which I send data using the protobuf format. Is this correct? Apache
Calcite's documentation also mentions using WireMessage APIs to achieve the
same. Can you please point me towards some resources to help me use
WireMessage in .net?
Thanks,
Chinmay