Using Hbase with C#
问题 How can I use a Hbase database with C#/VB.NET ? (use=connect, query, get the result, insert, update, delete) I don't find useful answers with google. 回答1: I've just published HBase C# Thrift binding as nuget package. Alternatively you can grab code/binaries from bitbucket: https://bitbucket.org/vadim/hbase-sharp/downloads 回答2: From the description: A REST-ful Web service gateway that supports XML, Protobuf, and binary data encoding options There's a protobuf port for .NET and there are many