# 遥测数据

平台提供与遥测数据操作相关的API：

* **采集** 使用MQTT, CoAP或者HTTP协议采集设备数据。
* **存储** 在Cassandra（高效、可扩展、能容错的NoSQL数据库）中存储时序数据。
* **查询** 查询最新时序数据值，或查询特定时间段内的所有数据。
* **订阅** 使用websockets订阅数据更新(用于可视化或实时分析)。
* **可视化** 使用可配置和可配置的小部件以及仪表盘可视化时序数据。
* **过滤和分析** 使用灵活的规则引擎过滤和分析数据(/docs/user-guide/rule-engine/)。
* **事件警报** 根据采集的数据触发事件警报。
* **数据传输** 过规则引擎节点实现与外部数据交互（例如Kafka或RabbitMQ规则节点）。

本指南概述了上面列出的功能以及相关链接，可以获取更多信息。

![](/files/-MK4G7LavPBYjo_YZHbK)

### 设备遥测上传API <a href="#she-bei-yao-ce-shang-chuan-api" id="she-bei-yao-ce-shang-chuan-api"></a>

平台提供了上传Timeseries的key-value格式API。

key-value的灵活性可以与IoT设备无缝。

遥测上传API基于特定的网络协议。您可以在相应的参考页面中查看API和示例：

查看[**MQTT**](/xie-yi-jie-kou/mqtt-1.md)**协议**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.yuncitys.com/ping-tai-jie-shao/ruan-jian-gong-neng/yao-ce-shu-ju.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
