Commit graph

339 commits

Author SHA1 Message Date
kevin men
10ae72944d
docs: integrate with Pandas docs (#33350)
* docs: integrate with Pandas docs

* docs: add pandas example

* docs: modify pandas example format

* docs: upgrade taopy version

* fix(gpt): update requirements.

---------

Co-authored-by: Haojun Liao <hjliao@taosdata.com>
Co-authored-by: Haojun Liao <hjxilinx@users.noreply.github.com>
2025-10-29 18:05:22 +08:00
chenhaoran
5a79f60319 fix: update code block language for UDF examples from C to Python 2025-10-27 11:02:51 +08:00
chenhaoran
aa796903c6 fix: update UDF example links to correct file paths 2025-10-27 10:57:08 +08:00
She Yanjie
05ba8289a5
docs: jdbc release 3.7.6 (#33293)
* chore(jdbc): update jdbc version

* docs: jdbc release 3.7.6

* Update docs/en/14-reference/05-connector/14-java.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-17 16:24:15 +08:00
She Yanjie
f8e55eda37
docs: update conntector and error code page, remove rest connect type (#33266)
* chore(jdbc): update jdbc version

* docs: add connection type descriptions in 05-connector

* docs: add WebSocket error codes for C# connector

* docs: add rust connector error codes

* docs: modify conector and error code page

---------

Co-authored-by: t_max <1172915550@qq.com>
Co-authored-by: qevolg <2227465945@qq.com>
2025-10-15 21:03:17 +08:00
She Yanjie
34f77c4790
jdbc release 3.7.5 (#33152)
* chore(jdbc): update jdbc version

* docs: jdbc release 3.7.5
2025-09-29 20:27:42 +08:00
Simon Guan
1ffc462e68
docs: synatx errors (#33034) 2025-09-22 14:37:42 +08:00
Mario Peng
7cba559291
add docs to explain difference of stmt and taos shell (#32935) 2025-09-12 14:57:51 +08:00
Simon Guan
e209057f5b
docs: update subscribe description (#32870) 2025-09-04 15:14:27 +08:00
chenhaoran
4dc0d9239e fix: update UDF example paths to correct directory 2025-09-02 10:04:58 +08:00
kevin men
22209fabea
docs: upgrade the version of taopsy (#32749)
* docs: upgrade the version of taopsy

* docs: modify taos-ws-py  sqlalchemy examples

* docs: modify taos-ws-py connect examples

* docs: fix taos-ws-py sqlalchemy examples error

* docs: fix taos-ws-py sqlalchemy pool examples error

* docs: add taos-ws-py sqlalchemy pool some addr examples
2025-08-26 16:28:10 +08:00
haoranchen
0a7e6db481
fix(docs): update UDF examples to correct file paths in documentation (#32735) 2025-08-25 14:36:44 +08:00
guozhenwei
0d90aa024f
docs: update python ws docs (#32709)
* docs: update python ws docs

* docs: update rust docs

* fix: correct connection string format in create_connection_with_sqlalchemy function

* docs: update section title from 'DSN' to 'URL Specification' in Python connector documentation
2025-08-25 08:34:20 +08:00
She Yanjie
64facf71fe
jdbc release 3.7.3 (#32682)
* chore(jdbc): update jdbc version

* docs(jdbc): release 3.7.3
2025-08-21 20:03:16 +08:00
chenhaoran
2d90de3ab6 Merge remote-tracking branch 'origin/main' into enh/main/set-tdengine-tsdb 2025-08-14 12:34:50 +08:00
chenhaoran
aa861a5604 docs: fix Markdownlint format errors 2025-08-14 12:24:16 +08:00
chenhaoran
a2b2f41e0e docs: use "TDengine TSDB" instead of "TDengine" 2025-08-14 12:22:42 +08:00
She Yanjie
f24fba6ca6
docs(jdbc): jdbc release 3.7.2 (#32565)
* chore(jdbc): update jdbc version

* docs(jdbc): jdbc release 3.7.2
2025-08-13 12:02:46 +08:00
kevin men
f58c827eb8
docs: add python connect pool cases (#32554)
* docs: add python connect pool cases

* docs: modify python connector English doc
2025-08-13 09:12:23 +08:00
Xuefeng Tan
a1d147d328
docs(driver-go): add timezone parameter descriptions (#32496)
* docs(driver-go): add timezone parameter descriptions

* docs: update timezone examples to use Asia/Shanghai
2025-08-11 13:49:40 +08:00
guozhenwei
ddae2e481e
docs: add c ws new examples (#32011)
* test: add Makefile and test script for C ws examples

* docs: add c ws new examples

* docs: replace c ws examples with c ws new examples

* fix: correct log file redirection syntax in c_ws scripts

* style: format code

* docs: update c/c++ zh doc

* docs: add async demo and ws error code

* docs: modify c/c++ zh doc

* docs: rename asyncdemo.c to async_demo.c

* docs: update c ws zh doc

* docs: update c ws en docs

* docs: fix typos and improve WebSocket connection documentation

* docs: refactor code structure for improved readability and maintainability

* docs: modify stmt en doc

* fix: fix build doc errors

* fix: fix return value

* fix: delete taos_options

* fix: fix return value

* docs: update c/c++ connector docs
2025-07-28 14:23:39 +08:00
She Yanjie
6d9367ba9a
fix(keeper): gin log level (#32298)
* fix(keeper): gin log level

* fix: add missing log file copy for JDBC example

* fix: use jdbc standard api

* chore(jdbc): update jdbc version

---------

Co-authored-by: haoranchen <haoran920c@163.com>
2025-07-27 18:25:37 +08:00
She Yanjie
00afca0df0
Merge pull request #32266 from taosdata/docs/TD-34403
docs(jdbc): udpate 3.7.0 release doc
2025-07-26 11:26:06 +08:00
sheyanjie-qq
13a9dc78ea docs(jdbc): udpate 3.7.0 release doc 2025-07-26 10:41:58 +08:00
kevin men
ebc1a6b6ee
docs: update python version (#32243)
* docs: update python version

* docs: add datatype map
2025-07-25 19:25:50 +08:00
Xuefeng Tan
716c7a8f81
docs(driver-go): update connection documentation for IPv6 support and BLOB type (#32104) 2025-07-23 14:37:55 +08:00
Mario Peng
bb8b7c7299
docs stmt upgrade to stmt2 (#32148) 2025-07-23 13:39:54 +08:00
guozhenwei
8726710d30
docs: fix rust examples (#31908)
* docs: modify rust native test case

* docs: modify rust ws test case

* docs: modify rust examples

* docs: update rust pool docs
2025-07-16 17:56:30 +08:00
kevin men
55dbf2f698
docs: upgrade the Python version and add the flink version description (#31548)
* docs: upgrade the Python version and add the flink version description

* chore: add deepwiki badge

Signed-off-by: WANG Xu <feici02@outlook.com>

* fix(query) subscriptions memory leak (#31533)

Co-authored-by: hongzhenliu335 <ethanliu@taosdata.com>

* docs: Google Data Studio changed to Google Looker Studio (#31487)

* docs: Google Data Studio changed to Google Looker Studio

* docs: restore one for Google Data Studio

* docs: restore one for Google Data Studio english

* docs: update 3.3.6.13 release notes in office web

* Update 3.3.6.13.md

* Update docs/zh/28-releases/03-notes/3.3.6.13.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* fix(docs): correct spelling of 'forecast' in release notes

* fix(docs): correct typos in release notes for version 3.3.6.13

---------

Signed-off-by: WANG Xu <feici02@outlook.com>
Co-authored-by: WANG Xu <feici02@outlook.com>
Co-authored-by: hongzhenliu <wluckyjob@gmail.com>
Co-authored-by: hongzhenliu335 <ethanliu@taosdata.com>
Co-authored-by: Alex Duan <51781608+DuanKuanJun@users.noreply.github.com>
Co-authored-by: support-platform <it@taosdata.com>
Co-authored-by: huohong <346479823@qq.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: chenhaoran <haoran920c@163.com>
2025-06-30 18:10:05 +08:00
kevin men
b48ac13062
docs: upgrade Python WebSocket Connector Version (#31447)
* docs: upgrade Python WebSocket Connector Version

* docs: add -Z parameter description

* docs: modify docs format
2025-06-26 15:39:00 +08:00
kevin men
e8f9e72337
docs(node): upgrade the Node.js version and improve the documentation (#31324)
* docs: upgrade the Node.js version and improve the documentation

* docs: upgrade the Node.js connector version and add IPv6 documentation instructions

* docs: modify nodejs download link

* docs: modify host describe

* docs: modify dsn describe error

* docs: update nodejs connector version
2025-06-14 11:52:27 +08:00
WANG MINGMING
3006ee87ed
fix: avoid using : in consumer group (#31225) 2025-05-29 16:29:07 +08:00
kevin men
a4a1fca17a
docs: add python stmt2 websocket docs (#31193)
* docs: add python stmt2 websocket docs

* docs: modify the documentation format of the stmt2 interface

* docs: add stmt2 example run command

* docs: modify stmt2 example error

* docs: modify python connector dependent version

* docs: add stmt2 example log

* docs: modify tmq example error
2025-05-26 20:17:44 +08:00
She Yanjie
ddb4b36404
docs: jdbc release 3.6.3 version (#31132) 2025-05-19 11:24:31 +08:00
She Yanjie
7ab13d40e7
docs(jdbc): release jdbc v3.6.2 (#30897)
* taoskeeper support new adapter metrics: connection pool and status

* jdbc release 3.6.2

* update gitignore

* update jdbc release history
2025-04-25 19:23:07 +08:00
She Yanjie
6f88b2c30a
docs: jdbc release 3.6.1, and update some comments (#30809)
* taoskeeper support new adapter metrics: connection pool and status

* jdbc 3.6.1 released, and update some comments
2025-04-17 10:01:44 +08:00
She Yanjie
9700babbd6
docs: improve high volume doc (#30717)
* improve high volume doc

* fix typo

* fix deadlink
2025-04-10 09:28:07 +08:00
chenhaoran
24ca3510ad fix: improve punctuation and formatting in multiple documentation files for clarity 2025-04-02 14:42:07 +08:00
chenhaoran
09365b8f7a fix: correct typos , improve formatting in documentation and add check in ci 2025-04-01 20:34:47 +08:00
haoranchen
d3a2153a21
fix: correct typos in documentation across multiple files (#30537) 2025-03-27 20:50:20 +08:00
She Yanjie
d38870a0ef
docs: improve highvolume pic (#30505)
* improve high volume pic size

* update grafana compose cfg
2025-03-26 15:52:24 +08:00
She Yanjie
019542a353
docs: jdbc 3.6.0 and fix grafana compose cfg issue (#30499)
* jdbc 3.6.0 and fix grafana compose cfg issue

* add highvolume demo file
2025-03-26 14:19:17 +08:00
sheyanjie-qq
16f4cd175c Merge branch '3.0' into feat/highvolume 2025-03-25 00:15:32 +08:00
sheyanjie-qq
f66dffe5db add jdbc efficient writing docs 2025-03-25 00:03:58 +08:00
Simon Guan
2c27c10fa8 Merge branch 'main' into merge/mainto3.0 2025-03-20 14:05:45 +08:00
She Yanjie
0baea6ad8e
add c stmt2 example to doc (#30286)
* add: stmt2 insert example

* fix: free all heap

* format code

* add c stmt2 example

* update en doc desc

* mod makefile

---------

Co-authored-by: pengrongkun94@qq.com <pengrongkun94@qq.com>
2025-03-20 09:32:45 +08:00
xinsheng Ren
789f36edda
docs: udf function, extract_avg (#30244) 2025-03-18 17:52:21 +08:00
Simon Guan
6250adb3b1 refactor: rename udfd to taosudf 2025-03-06 22:20:52 +08:00
Simon Guan
292b0cb317 Merge branch 'main' into merge/mainto3.0 2025-03-05 18:10:31 +08:00
Simon Guan
10ca97b6cf docs: minor changes 2025-03-04 22:55:25 +08:00