百度智能云

All Product Document

          Time-Spatial Database

          Getting Started

          1.Create TsdbClient

          TsdbClient is the client that interacts with the TSDB service, and TSDB operations of the TSDB Java SDK are all done through TsdbClient. Users can refer to creating TsdbClient to complete the operation of initializing the client.

          2.Write the Data Points

          Build data points, including Metric, Tag, and Value, and write the data points to TSDB.

          3.Query Operation

          Get the list of Metric and Tag, filter, group and screen the current data.

          1. Other options:

          Previous
          Demo Project Download
          Next
          TsdbClient Create a TsdbClient