tdengine-setup

自动化安装和配置 TDengine 3.3.6.0。包含从官网下载、安装、启动服务以及基础数据库验证的完整流程。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tdengine-setup" with this command: npx skills add johnnyhou327/tdengine-setup

TDengine 安装与配置技能

该技能用于在 Linux 环境下自动化部署 TDengine 时序数据库。

快速开始

# 运行安装脚本
sh ./scripts/install.sh

操作步骤详解

1. 下载安装包

从 TDengine 官方地址下载 3.3.6.0 Server 版:

  • 地址: https://www.taosdata.com/assets-download/TDengine-server-3.3.6.0-Linux-x64.tar.gz

2. 解压与安装

tar -xzvf TDengine-server-3.3.6.0-Linux-x64.tar.gz
cd TDengine-server-3.3.6.0
./install.sh

注:安装过程中会提示输入安装路径和是否加入集群,通常按回车使用默认值即可。

3. 启动服务

安装完成后,通过 systemd 管理服务:

systemctl start taosd
systemctl enable taosd

4. 基础验证

使用 taos 命令行工具验证:

taos -s "show databases"

必要文件说明

  • install.sh: 官方安装脚本。
  • taosd: 核心服务程序。
  • taos: 命令行客户端。

故障排查

  • 如果 systemctl 启动失败,请检查 /var/log/taos/ 下的日志文件。
  • 确保防火墙已开放 6030-6041 端口(默认端口)。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Trunkate AI

Semantically optimizes context history and large text blocks via the Trunkate AI API. Includes proactive context pruning hooks for automated token management.

Registry SourceRecently Updated
General

Long-term Task Progress Manager

Manages multi-session, multi-stage projects by maintaining and syncing MISSION.md, PROGRESS.md, and NEXT_STEPS.md for seamless long-term progress tracking.

Registry SourceRecently Updated
General

Event Planner Pro

活动策划助手。活动方案(婚礼/生日/年会)、预算编制、准备清单、邀请函文案、时间轴、供应商清单。Event planner for weddings, birthdays, corporate events with budgets, checklists, invitations, timelines. 活动策...

Registry SourceRecently Updated
General

Trigger

Trigger - command-line tool for everyday use

Registry SourceRecently Updated