rename some files (#4)

3 files changed
tree: 8ba4482eab432f9582824db121bfb0d2dec32890
  1. client/
  2. example/
  3. rpc/
  4. test/
  5. .gitignore
  6. go.mod
  7. go.sum
  8. LICENSE
  9. LICENSE-binary
  10. NOTICE
  11. NOTICE-binary
  12. README.md
  13. README_ZH.md
README.md

English | 中文

Apache IoTDB Client for Go

Overview

This is the GoLang client of Apache IoTDB.

Apache IoTDB (Internet of Things Database) is a data management system for time series data, which can provide users specific services, such as, data collection, storage and analysis. Due to its light weight structure, high performance and usable features together with its seamless integration with the Hadoop and Spark ecology, IoTDB meets the requirements of massive dataset storage, high throughput data input, and complex data analysis in the industrial IoT field.

Apache IoTDB website: https://iotdb.apache.org Apache IoTDB Github: https://github.com/apache/iotdb

How to Compile the Client

How to Use the Client (Quick Start)

Create project eg:session

*Enter project directory eg:cd session

*Download dependency : go get github.com/apache/iotdb-client-go

*eg:https://github.com/apache/iotdb-client-go/example/session_example.go