Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 725 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 725 Bytes

iginx-client-go

This is the GoLang client of IginX .

IginX(Intelligent/IoTDB Engine X) is an open-source clustering system for multi-dimensional scaling of standalone time series databases through generalized sharding. It is emerged and evolved from the middleware system IKR, already deployed in real applications.

Prerequisites

golang >= 1.13

Install

go get github.com/thulab/iginx-client-go

Example

Please refer to Session_Example and SQL_Example