{"id":16939176,"url":"https://github.com/vnpy/vnpy_taos","last_synced_at":"2026-03-14T02:34:56.718Z","repository":{"id":38315367,"uuid":"434504933","full_name":"vnpy/vnpy_taos","owner":"vnpy","description":"VeighNa框架的TDengine数据库接口","archived":false,"fork":false,"pushed_at":"2025-10-02T14:53:53.000Z","size":41,"stargazers_count":16,"open_issues_count":1,"forks_count":16,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-28T15:29:52.740Z","etag":null,"topics":["taosdata","tdengine","vnpy"],"latest_commit_sha":null,"homepage":"https://www.vnpy.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vnpy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-03T07:30:00.000Z","updated_at":"2025-10-19T15:55:10.000Z","dependencies_parsed_at":"2025-02-20T00:42:57.654Z","dependency_job_id":null,"html_url":"https://github.com/vnpy/vnpy_taos","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/vnpy/vnpy_taos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnpy%2Fvnpy_taos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnpy%2Fvnpy_taos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnpy%2Fvnpy_taos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnpy%2Fvnpy_taos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vnpy","download_url":"https://codeload.github.com/vnpy/vnpy_taos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnpy%2Fvnpy_taos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30486061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-14T01:54:10.014Z","status":"online","status_checked_at":"2026-03-14T02:00:06.612Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["taosdata","tdengine","vnpy"],"created_at":"2024-10-13T21:03:53.485Z","updated_at":"2026-03-14T02:34:56.710Z","avatar_url":"https://github.com/vnpy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VeighNa框架的TDengine数据库接口\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src =\"https://vnpy.oss-cn-shanghai.aliyuncs.com/vnpy-logo.png\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src =\"https://img.shields.io/badge/version-1.1.1-blueviolet.svg\"/\u003e\n    \u003cimg src =\"https://img.shields.io/badge/platform-windows|linux-yellow.svg\"/\u003e\n    \u003cimg src =\"https://img.shields.io/badge/python-3.10|3.11|3.12|3.13-blue.svg\" /\u003e\n\u003c/p\u003e\n\n## 说明\n\n基于TDengine的Python连接器taospy开发的TDengine数据库接口。\n\n**需要使用TDengine 3.3.4.8以上版本。**\n\n## 使用\n\n在VeighNa中使用TDengine时，需要在全局配置中填写以下字段信息：\n\n|名称|含义|必填|举例|\n|---------|----|---|---|\n|database.name|名称|是|taos|\n|database.host|地址|是|localhost|\n|database.port|端口|是|6030|\n|database.database|实例|是|vnpy|\n|database.user|用户名|是|root|\n|database.password|密码|是|taosdata|\n\n### 连接\n\n连接前需要根据环境安装配置TDengine的客户端和服务端，TDengine的安装流程请参考[官方文档](https://docs.taosdata.com/get-started/docker/)。\n\n新手用户推荐选择Docker方式运行，Windows系统上的整体流程如下：\n\n1. 安装启动[Docker Desktop](https://www.docker.com/)软件\n2. 在命令行中拉取最新版本TDengine容器镜像：```docker pull tdengine/tdengine:latest```\n3. 运行当前仓库中的start_docker.sh脚本，启动TDengine容器\n4. 安装TDengine的Windows客户端软件：[TDengine-client-3.3.4.8-Windows-x64.exe (10.2 M)](https://docs.taosdata.com/get-started/package/)\n5. 安装vnpy_taos模块：```pip install vnpy_taos```\n6. 参考上一步【使用】中的内容修改VeighNa Trader全局配置中的相关字段\n7. 重启VeighNa Trader即可开始使用","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvnpy%2Fvnpy_taos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvnpy%2Fvnpy_taos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvnpy%2Fvnpy_taos/lists"}