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 CD6C4200BFB for ; Wed, 11 Jan 2017 18:43:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CC2CB160B4E; Wed, 11 Jan 2017 17:43:09 +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 1AABC160B3B for ; Wed, 11 Jan 2017 18:43:08 +0100 (CET) Received: (qmail 51893 invoked by uid 500); 11 Jan 2017 17:43:07 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 51882 invoked by uid 99); 11 Jan 2017 17:43:07 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2017 17:43:07 +0000 Received: from hw10447.local (unknown [167.102.188.146]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 707C21A0595 for ; Wed, 11 Jan 2017 17:43:07 +0000 (UTC) Message-ID: <58766EA8.5040209@apache.org> Date: Wed, 11 Jan 2017 12:43:04 -0500 From: Josh Elser User-Agent: Postbox 3.0.11 (Macintosh/20140602) MIME-Version: 1.0 To: user@hbase.apache.org Subject: Re: Hbase Support for C#/.Net References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit archived-at: Wed, 11 Jan 2017 17:43:10 -0000 Just another C# library which can be used with Apache Phoenix: https://github.com/Azure/hdinsight-phoenix-sharp Dima says it best in how to determine which to use. Manjeet Singh wrote: > Hi All, > > I have to find which is the best way to query on Hbase will give best result > > options are as below if any one can help > > > > 1. REST API > 2. Using Thrift: > 1. HBase and Thrift in .NET C# Tutorial > http://pawelrychlicki.pl/Article/Details/52/hbase-and-thrift-in-net-c-sharp-tutorial-c-sharp-45-and-thrift-093 > 3. Commercial ODBC/ADO.NET Connectors > 1. http://www.cdata.com/drivers/hbase/ado/ > 2. http://www.simba.com/drivers/hbase-odbc-jdbc/ > 4. Apache Drill > 5. Apache Phoenix > > Thanks > Manjeet