Info
Version: | 1.0.4 |
Author(s): | Kevin Yang, Kexin Li |
Last Update: | Tuesday, February 14, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/gridsum/NHaseAPI |
NuGet Url: | https://www.nuget.org/packages/Gridsum.NHBaseAPI |
Install
Install-Package Gridsum.NHBaseAPI
dotnet add package Gridsum.NHBaseAPI
paket add Gridsum.NHBaseAPI
Gridsum.NHBaseAPI Download (Unzip the "nupkg" after downloading)
Dependencies
- ZooKeeper.Net(>= 3.4.6.2)
- log4net(>= 1.2.10)
- KJFramework(>= 1.0.6)
Tags
Internally it uses the interface under the Thrift protocol to communicate with HBase. As an API based completely on .NET platform, we deliberately preserve the multi-platform feature within it, which means developers can use the API on Mono platform in Linux without the need to change any NHBaseAPI codes.