Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 74FDD200D63 for ; Thu, 21 Dec 2017 23:02:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 739E5160C2B; Thu, 21 Dec 2017 22:02:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B8605160C12 for ; Thu, 21 Dec 2017 23:02:01 +0100 (CET) Received: (qmail 38290 invoked by uid 500); 21 Dec 2017 22:02:00 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Delivered-To: moderator for dev@phoenix.apache.org Received: (qmail 37557 invoked by uid 99); 21 Dec 2017 22:00:45 -0000 X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.379 X-Spam-Level: ** X-Spam-Status: No, score=2.379 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=2, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_SORBS_SPAM=0.5, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=PW33i1uyF+gzMg2mojbvtktHjPZQTG+K2e2ZCHAK9OI=; b=JPSF9SK+9GH928utJ9DYvFNi4YILfUT35/DCOgq3lgagCVWAHqdDYyaXFsXULJJW2u yFJtH6qLo4kCy8Tu4YggYSuoeUs5UoN0pUbZsg0KLVBqK2KzqA+wTgvIPZd5Crz6JVcj R8On5+pcABgqm+iJn1qVgzsTEdL4hszjtyh36WF6yLJUSGAdb9c49H/xzMaDh1bz/gOO vfKJWMqYnG9DnokFPbMqKjjX70yc2qRRQuJF0S+VdoWYmsiOORqdCaXH00WVdnH5s7qR WIEd4SSv7XHDLlOO92ejXtOzQb+NB0ZU3B5hOlkiI7IjQ/d+DKZvHx+rr19/b+mT5PNT KNUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=PW33i1uyF+gzMg2mojbvtktHjPZQTG+K2e2ZCHAK9OI=; b=qapyPqsatUiQJZm/e8+OXCJNdlnUqBPq5BzE53Lw2e15sK15vJFnocRqKu3Q8rIFT6 LYYzenZMXQhF8wm5G0UyiTU9IeNTaH4LpbqbKuFQtAsdgoc53fv6ks/6kltfkCleF5RO pu+H5bPjzVYpfOyG6khJZNbsoJzUA6heCyblKNqH1EXGKAZZwe5ED5OE3JzncxqpoBQ2 hpvbZ6dufrAe80KjmdOM7BV4rHabJStqVRkO+B32Z+50rSFF+O40GiptopyVJuUttof2 RgmOweuAO7/Fol+qn56sXF+aTeN/lP1yoVDv1KMHEjdVjaT7cG5lZ3XDsd5klvYPNCKB oZGQ== X-Gm-Message-State: AKGB3mIShrORw1fM4aLmWTdEAdzzBgokRUKuz8HPQjhahaQV7RUvbrn+ JkWwIUziqgWwHH3aH64/2jOENqV+5S02AbS6Nn/tL/17 X-Google-Smtp-Source: ACJfBou6qoLxtFY9giOj2tkUYmFqs/XVFMeUaLA1bKVQJ5yLlk3CVz0gLl4KVd3g6QCwG/D+VgTGiBb/27PhP5/Hvh4= X-Received: by 10.202.236.3 with SMTP id k3mr8036519oih.330.1513893636789; Thu, 21 Dec 2017 14:00:36 -0800 (PST) MIME-Version: 1.0 From: Chinmay Kulkarni Date: Thu, 21 Dec 2017 13:59:56 -0800 Message-ID: Subject: Questions regarding interacting with PQS using C# and Protobufs To: dev@phoenix.apache.org Content-Type: multipart/alternative; boundary="001a1134e9a072da020560e0d467" archived-at: Thu, 21 Dec 2017 22:02:02 -0000 --001a1134e9a072da020560e0d467 Content-Type: text/plain; charset="UTF-8" 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 --001a1134e9a072da020560e0d467--