Skip to content

TimechoLab/timechodb-eco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

TimechoDB 生态

License Releases

TimechoDB 生态发布仓库 —— 围绕 TimechoDB(基于 Apache IoTDB 的时序数据库)的工具、扩展、连接器、集成方案的 官方 Release 包分发入口

⚠️ 本仓库 仅发布二进制 / 安装包,不托管源代码。所有产物遵循 Apache License 2.0 开源协议进行分发。

仓库定位

  • 不放源码:仓库里没有源代码,也不接受代码相关的 PR。
  • 只放产物:通过 GitHub Releases 分发二进制安装包、插件 JAR、命令行工具、Docker 镜像清单等。
  • 附带说明:仓库主分支只维护产品列表、版本说明、安装指引、校验信息和反馈渠道。

如果你在寻找:

  • 使用 TimechoDB 周边工具 → 直接看下面的 产品一览下载与安装
  • 想了解 TimechoDB 主体 → 请前往 TimechoDB / Apache IoTDB 项目。
  • 想提交 Bug / 需求 → 请到本仓库 Issues 提交。

产品一览

产品 类型 适用场景 最新版本 下载
待补充 工具 / 连接器 / 插件 / 集成 Releases

每个产品在 Releases 中以独立的 Tag 发布,命名规则:<product-name>-vX.Y.Z,例如 ci-collector-v1.2.0

下载与安装

1. 从 Releases 下载

进入 Releases 页面,选择对应产品与版本:

  • *.tar.gz / *.zip —— 解压即用的二进制 / 脚本包
  • *.jar —— TimechoDB 内核扩展(UDF / Trigger / Pipe Plugin 等)
  • *.deb / *.rpm —— Linux 系统包
  • *.sha256 / *.sha512 —— 校验文件
  • *.asc —— GPG 签名(如有)

2. 校验完整性

下载后建议进行哈希校验:

# 以 SHA-256 为例
sha256sum -c <package>.tar.gz.sha256

如发布了 GPG 签名:

gpg --verify <package>.tar.gz.asc <package>.tar.gz

3. 安装与使用

每个 Release 的描述(Release Notes)中会包含:

  • 适配的 TimechoDB 版本范围
  • 运行依赖(JDK / Python / 系统要求等)
  • 安装步骤与最小示例
  • 配置项说明
  • 已知问题与升级注意事项

请优先阅读对应 Release 的说明。

版本与兼容性

  • 各产品独立版本号,遵循 Semantic Versioning
  • 兼容的 TimechoDB 版本会在每个 Release 的描述中显式标注(如 TimechoDB ≥ 2.0.7)。
  • 长期支持版本(LTS)与普通版本将通过 Release 标签后缀区分(如 -lts-beta-rc.1)。

反馈与支持

  • Bug 报告:请在 Issues 中提交,附上:
    • 产品名与版本号
    • TimechoDB 版本
    • 操作系统与运行环境
    • 复现步骤、期望行为、实际行为
    • 必要的日志片段(请脱敏后再附)
  • 功能建议:欢迎在 Issues 中以 [Feature Request] 开头提交。
  • 商业支持:请通过邮件联系 Timecho 团队 contact@timecho.com

本仓库不接受源码 PR;如需贡献代码,请关注 TimechoDB / Apache IoTDB 主项目的贡献流程。

安全公告

如果你发现安全相关问题,请 不要 在公开 Issue 中描述细节,请发送邮件至 contact@timecho.com。我们会在确认后通过 Release Notes 与安全公告同步修复信息。

License

本仓库及所有通过 Releases 分发的产物均采用 Apache License 2.0 协议授权。

Copyright 2026 Timecho.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

每个 Release 包内部会同时包含 LICENSENOTICE 文件;如使用了第三方依赖,对应的开源声明会一并附在 THIRD-PARTY-NOTICES 文件中。

致谢

本项目相关产品基于并致敬 Apache IoTDB 社区的工作,感谢所有贡献者。

About

TimechoDB 生态包

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors